Thanks for the "SampleStrategyPlot" strategy to plot Multi Time Frame Indicators. I now have all the values plotting the way they should on 1 chart. Very Nice.
However I have not been able to control the plot attributes. I am having problems with code for Plot Style, Dash Style, and Auto Scale. What is the correct code to finish the snippet below?
StrategyPlot(0).Plots[0].Pen.Color = Color.Black;
StrategyPlot(0).Plots[0].Pen.Width = 2;
StrategyPlot(0).Plots[0].Pen............Dash Style = Solid
StrategyPlot(0).Plots[0].Pen............Plot Style = Line
StrategyPlot(0).Plots[0]..................Auto Scale = False
Thanks.

Comment