PDA

View Full Version : NT6 NinjaScript Vs NT5


underground
11-22-2006, 03:10 AM
I remember reading something (email or post) regarding what one needed to change within there custom indicators in NT5 so that they would work within NT6. Does anyone remember that post or could they refresh my memory.



Thanks for the help:)

NinjaTrader_Ray
11-22-2006, 03:45 AM
Hi Underground:

AddPlot() has been renamed to Add()

If you used IndicatorSeries objects they have been renamed to DataSeries

That should cover it.

Ray

underground
11-22-2006, 05:44 AM
Thanks!!