I as looking for info abount the Reset() method. https://ninjatrader.com/support/help...roxcompare.htm
Is it necessary to have a dummy value in the series to call the method?
I as looking at Swing indicator and in lines 153/154 is the following code:
SwingHighPlot[0] = close0;
SwingHighPlot.Reset();
A value as set before calling Reset().
Is there the need to unsure the series as a value before make the calling?
Regards,
Vava

Comment