I am trying to set up a stochastics indicator in a strategy and I want to customize the look for it. I have successfully set up the %K and %D colors using:
Stochastics(..).Plots[0].Pen.Color = Color.Blue;
Stochastics(..).Plots[1].Pen.Color = Color.Blue;
Is there a way I can remove the Top and Bottom Territory lines or, alternatively, change their color to Transparent?
Thank You!
Kevin

Comment