Ninjatrader Bug occuring on Indicators which worked a day ago:
05.05.2011 16:36:42 Default Failed to call method 'Initialize' for indicator 'MyCustomIndicator': Die Datei "c:\MyTextFile.txt" konnte nicht gefunden werden.
05.05.2011 16:36:36 Default Error on calling 'OnBarUpdate' method for indicator 'MetisVolaSqueeze' on bar 0: You are accessing an index with a value that is invalid since its out of range. I.E. accessing a series [barsAgo] with a value of 5 when there are only 4 bars on the chart.
The thing is that it is calling these errors on indicators that have worked fine in yesterday.
Even though this error was reported in the forums before there is no solution posted.
I hope there is a appropriate fixing for this since unexplainable errors really discredit ninjatrader as a development platform.
p.s. yes i tryed a currentbar > 200 check the maximum history required for the indicators is 10 bars

Comment