Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 11/6/2004 Posts: 17
|
I'm trying to create a real code indicator similar to RSI, with the plot and two additional
horizontal lines at 80% and 20%. I tried:
Plot = 20
Plot = 80
plot = formula for new indicator
All it plots is the last plot statement. I can always add two horizontal lines
manually, but it would be nice not do this everytime I add the indicator.
Any easy way to do this?
Harry
|
|
Administration
Joined: 9/30/2004 Posts: 9,187
|
No, a RealCode indicator can only plot one line on the chart.
If you Save the indicator with the horizontal pointers they'll be there the next time you load the indicator from the library.
|
|
Registered User Joined: 11/6/2004 Posts: 17
|
Just so I'm clear, is this how you do the 30% and 70% lines on Wilder's RSI?
|
|
Administration
Joined: 9/30/2004 Posts: 9,187
|
Yes. Same for the 80/20 lines on Stochastics as well.
|
|
Guest-1 |