AddPlot(Brushes.Goldenrod, NinjaTrader.Custom.Resource.NinjaScriptIndicatorNa meEMA);
I am attempting copy it to a custom EMA so I can modify the elements of the plot similar to this
AddPlot(new Stroke(Brushes.Black, DashStyleHelper.Dash, 2), PlotStyle.Line, "Indicator Name");
Please help.

Comment