When it came to the 3:15CST time, NT threw an error and this is the trace.
Basic Strategy, similar to MA Cross. If you are not aware of this issue/error, I will take the time to isolate outside of my code using MA strat.
2010-03-10 17:59:50:140 in OnUnhandledThreadException
2010-03-10 17:59:50:202 ********* exception trapped *********
2010-03-10 17:59:50:202 Object reference not set to an instance of an object.
2010-03-10 17:59:50:202 at NinjaTrader.Cbi.Position.Close(String signalName)
at NinjaTrader.Strategy.StrategyBase.EventuallyExitOn Close()
at NinjaTrader.Cbi.Connection.OnTimerTick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndPr oc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Comment