I tried to send the trace file by email but didn't work. Here is the important part I think from the trace file :
2009-10-05 16:07:11:472 in OnUnhandledThreadException
2009-10-05 16:07:11:566 ********* exception trapped *********
2009-10-05 16:07:11:566 String was not recognized as a valid Boolean.
2009-10-05 16:07:11:566 at System.Boolean.Parse(String value)
at NinjaTrader.Strategy.Parameter.get_Value()
at NinjaTrader.Strategy.Parameter.Clone()
at NinjaTrader.Strategy.ParameterCollection.Clone()
at NinjaTrader.Strategy.StrategyBase.Clone()
at NinjaTrader.Gui.Chart.ChartControl.Add(StrategyBas e strategyTemplate)
at NinjaTrader.Gui.Chart.ChartStrategies.Apply()
at NinjaTrader.Gui.Chart.ChartStrategies.OnApplyButto nClick(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Hope it helps
Bernard

Comment