I use setBarBgColor() to help display the condition of the most recent 5 bars in a study. Then for bar 6 and earlier, I use the setBar(Bar.BgColor...) to set the background color to black.
Instead, is there a way to set the Bg colors for bars 6 and earlier to two (split) colors, such as green above 0 and red below 0, while still having the first six bars displaying in non-split Bg colors?
Thank you
shaeffer
Instead, is there a way to set the Bg colors for bars 6 and earlier to two (split) colors, such as green above 0 and red below 0, while still having the first six bars displaying in non-split Bg colors?
Thank you
shaeffer
Comment