Here is an example of the error in the trace. The second exception is the one that keep repeating after the red X in the chart screen:
2010-05-05 22:04:28:508 in OnUnhandledThreadException 2010-05-05 22:04:28:508 ********* exception trapped ********* 2010-05-05 22:04:28:508 Value was either too large or too small for a Decimal. 2010-05-05 22:04:28:508 at System.Decimal..ctor(Double value) at NinjaTrader.Cbi.MasterInstrument.RoundPrice(Double price, Double increment) at NinjaTrader.Gui.Chart.ChartPanel.CalculateYAxisLabels(ScaleJustification scaleJustification) at NinjaTrader.Gui.Chart.ChartControl.CalculateMinMaxAndMargins(Graphics graphics) at NinjaTrader.Gui.Chart.ChartControl.OnPaint(Object sender, PaintEventArgs e) at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs) at System.Windows.Forms.Control.WmPaint(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) 2010-05-05 22:04:37:416 in OnUnhandledThreadException 2010-05-05 22:04:37:447 ********* exception trapped ********* 2010-05-05 22:04:37:447 Cannot access a disposed object. Object name: 'TextBox'. 2010-05-05 22:04:37:447 at System.Windows.Forms.Control.CreateHandle() at System.Windows.Forms.TextBoxBase.CreateHandle() at System.Windows.Forms.TextBoxBase.SetSelectedTextInternal(String text, Boolean clearUndo) at System.Windows.Forms.TextBoxBase.AppendText(String text) at NinjaTrader.Code.OutputWindow.OnTimerTick(Object sender, EventArgs e) at System.Windows.Forms.Timer.OnTick(EventArgs e) at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Tim.

Comment