- ago
For RSI, I know that the range is 0 to 100.

I have this code:

CODE:
   rsi = new RSI(bars.Close, 20);          PlotIndicator(rsi, new WLColor(255, 0,0));          _startIndexList.Add(rsi);


How can I place a horizontal line at a value of 20, 50 and 100 on this pane.

Thank you,
Larry
0
258
Solved
2 Replies

Reply

Bookmark

Sort
- ago
#1
Open the QuickRef example for DrawHorzLine.
0
Best Answer
- ago
#2
Eugene,

Got it.

Thank you,
Larry
0

Reply

Bookmark

Sort