Hi,
I got the following error when trying to add the alerts generated from a strategy to the Quote Window by pressing the 'Monitor in Quotes Window' button.
I'm running 64-bit version.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at WealthLabPro.QuotesForm.e()
at WealthLabPro.QuotesForm.a(String A_0)
at WealthLabPro.QuotesForm.AddAlert(Alert alert)
at WealthLabPro.Alerts.i(Object A_0, EventArgs A_1)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)