The trace file spits this out before crashing.
2010-02-02 15:50:20:687 UI (re)load complete, took 4.1 secs, 51.3 secs after app start
2010-02-02 15:51:09:711 in OnUnhandledApplicationException
2010-02-02 15:51:09:711 ********* exception trapped *********
2010-02-02 15:51:09:711 Object reference not set to an instance of an object.
2010-02-02 15:51:09:711 System.NullReferenceException: Object reference not set to an instance of an object.
at NinjaTrader.Indicator.WoodiesPivots.GetBarsNow(Obj ect state)
at System.Threading._ThreadPoolWaitCallback.WaitCallb ack_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionCon text executionContext, ContextCallback callback, Object state)
at System.Threading._ThreadPoolWaitCallback.PerformWa itCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
at System.Threading._ThreadPoolWaitCallback.PerformWa itCallback(Object state)

Comment