I know this is coming from a strategy I had attached in the strategies tab in the main control center, but it's not showing in there now. As you can see:
So I went to the Trace folder and you can see the call stack in your trace logs. What I want is for you to tell me how to clear this out. Is there some files I can delete somewhere? What do I do to get rid of this?
2024-07-02 09:27:01:914 Index was outside the bounds of the array.
2024-07-02 09:27:01:930 System.IndexOutOfRangeException: Index was outside the bounds of the array.
at NinjaTrader.Gui.NinjaScript.StrategiesGrid.AddChil dCollection(StrategyBase strategyBase)
at NinjaTrader.Gui.NinjaScript.StrategiesGrid.AddStra tegyToGrid(StrategyBase strategyBase)
at NinjaTrader.Gui.NinjaScript.StrategiesGrid.OnLoade d(Object sender, RoutedEventArgs e)
at System.Windows.EventRoute.InvokeHandlersImpl(Objec t source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(Dependency Object sender, RoutedEventArgs args)
at System.Windows.BroadcastEventHelper.BroadcastEvent (DependencyObject root, RoutedEvent routedEvent)
at System.Windows.BroadcastEventHelper.BroadcastLoade dEvent(Object root)
at MS.Internal.LoadedOrUnloadedOperation.DoWork()
at System.Windows.Media.MediaContext.FireLoadedPendin gCallbacks()
at System.Windows.Media.MediaContext.FireInvokeOnRend erCallbacks()
at System.Windows.Media.MediaContext.RenderMessageHan dlerCore(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.RenderMessageHan dler(Object resizedCompositionTarget)
at System.Windows.Interop.HwndTarget.OnResize()
at System.Windows.Interop.HwndTarget.HandleMessage(Wi ndowMessage msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Interop.HwndSource.HwndTargetFilter Message(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation( Object o)
at System.Windows.Threading.ExceptionWrapper.Internal RealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatch When(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
2024-07-02 09:27:02:068 (My Live Account) NinjaTrader.Gui.ControlCenter.OnConnectionStatus.D ispatcherInvoke: Provider18 status=Connecting priceStatus=Connecting previousStatus=Disconnected previousPriceStatus=Disconnected errorCode=NoError nativeError=''
2024-07-02 09:27:02:070 (My Live Account) Gui.ControlCenter.OnConnectionStatus.Adding: provider=Provider18 status=Connected priceStatus=Connected
2024-07-02 09:27:02:110 Cbi.Instrument.RequestBars (to Provider): instrument='ES 09-24' from='7/2/2024 12:00:00 AM' to='7/2/2024 12:00:00 AM' period='1 Minute'
2024-07-02 09:27:02:831 NinjaTrader.Gui.ControlCenter.OnConnectionStatus: foundPriceLoss=False foundTradeLoss=False foundConnectingStatus=False foundConnected=True
2024-07-02 09:27:02:832 NinjaTrader.Gui.ControlCenter.OnConnectionStatus: Status=Connected
2024-07-02 09:27:02:832 (My Live Account) NinjaTrader.Gui.ControlCenter.OnConnectionStatus.D ispatcherInvoke: Provider18 status=Connecting priceStatus=Connecting previousStatus=Connecting previousPriceStatus=Connecting errorCode=NoError nativeError=''
2024-07-02 09:27:02:832 (My Live Account) Gui.ControlCenter.OnConnectionStatus.Adding: provider=Provider18 status=Connected priceStatus=Connected
2024-07-02 09:27:02:832 NinjaTrader.Gui.ControlCenter.OnConnectionStatus: foundPriceLoss=False foundTradeLoss=False foundConnectingStatus=False foundConnected=True
2024-07-02 09:27:02:832 NinjaTrader.Gui.ControlCenter.OnConnectionStatus: Status=Connected
2024-07-02 09:27:02:842 (My Live Account) NinjaTrader.Gui.ControlCenter.OnConnectionStatus.D ispatcherInvoke: Provider18 status=Connected priceStatus=Connected previousStatus=Connecting previousPriceStatus=Connecting errorCode=NoError nativeError=''
2024-07-02 09:27:02:842 (My Live Account) Gui.ControlCenter.OnConnectionStatus.Adding: provider=Provider18 status=Connected priceStatus=Connected
2024-07-02 09:27:02:842 NinjaTrader.Gui.ControlCenter.OnConnectionStatus: foundPriceLoss=False foundTradeLoss=False foundConnectingStatus=False foundConnected=True
2024-07-02 09:27:02:842 NinjaTrader.Gui.ControlCenter.OnConnectionStatus: Status=Connected
2024-07-02 09:27:03:778 1 Chart Chart1Tab1 1 Ser 2 Ind 1 DrawObj

Comment