- ago
How can I plot in pane other that price ?
When I put : this.PlotIndicatorOscillator(new ECSRsi(this.CurrentBars, 16), color: WLColor.Blue, paneTag:"ECSRsi");

I have nothing, but when I plot in "Price" pane my values are ploted well
0
162
Solved
1 Replies

Reply

Bookmark

Sort
- ago
#1
This works great for me:
CODE:
PlotIndicatorOscillator(new RSI(bars.Close, 16), color: WLColor.Blue, paneTag:"ECSRsi");

Sounds like an issue with your compiled indicator library.
0
Best Answer

Reply

Bookmark

Sort