Add(StrategyPlot(0));
StrategyPlot(0).Plots[0].Pen.Color = Color.Lime;
StrategyPlot(0).PanelUI = 3;
I am unable however to find the syntax to designate the plot style (bar, line, etc) and width (1,2, etc) for this plot. Would you please point me in the direction where I can find this?
thanks,
Safetrading

Comment