I'm using the following code to add the basic mid and upper lower bands.
AddPlot(Brushes.Lime, NinjaTrader.Custom.Resource.KeltnerChannelMidline) ;
AddPlot(Brushes.Blue, NinjaTrader.Custom.Resource.NinjaScriptIndicator Upper);
AddPlot(Brushes.Blue, NinjaTrader.Custom.Resource.NinjaScriptIndicator Lower);
Any ideas would be appreciated.
Thanks

Comment