It would be similar to ATR Ratio indicator (submitted in indicator section by ElliotWave) but I want the indicator to have blue background for the bars when the strategy is in long position and red when in short position.
I think I will be fine with logic but cannot find the method to change the background of strategyplot indicator. Is there anything similar to:
StrategyPlot(0).Plots[0].BackColor = Color.Red;
Thanks

Comment