2010-05-10 18:22:24:656 ApplicationStart done, took 24,3 secs
2010-05-10 18:22:25:234 in OnUnhandledApplicationException
2010-05-10 18:22:25:656 ********* exception trapped *********
2010-05-10 18:22:25:656 Der Index lag außerhalb des Bereichs. Er muss nicht negativ und kleiner als die Auflistung sein.
Parametername: index
2010-05-10 18:22:25:656 System.ArgumentOutOfRangeException: Der Index lag außerhalb des Bereichs. Er muss nicht negativ und kleiner als die Auflistung sein.
Parametername: index
bei System.Collections.ArrayList.get_Item(Int32 index)
bei NinjaTrader.Data.CommonSession.GetNetTimeDiff(Date Time actTime, TimeSpan grossTimeDiff)
bei NinjaTrader.Data.CommonSession.Recalculate()
bei NinjaTrader.Data.CommonSession.get_BarsMaxTime()
bei NinjaTrader.Gui.Chart.ChartControl.CalculateBasket TimeSpan()
bei NinjaTrader.Gui.Chart.ChartForm.RestoreInWorkerThr ead(Object state)
bei System.Threading._ThreadPoolWaitCallback.WaitCallb ack_Context(Object state)
bei System.Threading.ExecutionContext.Run(ExecutionCon text executionContext, ContextCallback callback, Object state)
bei System.Threading._ThreadPoolWaitCallback.PerformWa itCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
bei System.Threading._ThreadPoolWaitCallback.PerformWa itCallback(Object state)
When I restarted Ninjatrader one of the charts was naked - no indicators - so I loaded the chart template again. No further problems. The chart that caused the problem uses three pivots indicators (daily, weekly and monthly), but all of them were in CalcFromIntradayData mode, so I do not know what has triggered the problem.

Comment