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
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
Rename
This works great for me:
Sounds like an issue with your compiled indicator library.
CODE:
PlotIndicatorOscillator(new RSI(bars.Close, 16), color: WLColor.Blue, paneTag:"ECSRsi");
Sounds like an issue with your compiled indicator library.
Your Response
Post
Edit Post
Login is required