In NT7, I had this bit of code that would automatically open an output window once a custom strategy was enabled:
protected override void OnStartUp()
{
// Show the output window on startup
NinjaTrader.Gui.Globals.OutputWindow.Show();
}
Thanks in advance for any help you can provide. It's always appreciated.
- Spider

Comment