How do I get rid of this added menu item?
I went into the indicator itself and deleted
NinjaTrader.Gui.Tools.AccountSelector chartTraderAccountSelector = Window.GetWindow(ChartControl.Parent).FindFirst("ChartTraderControlAccountSelector") as NinjaTrader.Gui.Tools.AccountSelector;
chartTraderAccountSelector.SelectedAccount
Is this some kind of permanent add on? I'm trying to learn how to work with it thanks

Comment