I would apreciate an option to chose the workspace to open from the command line. Example:
NinjaTrader.exe /workspace: Untitled2
any plans to to so or are there technical reasons not to?
True SingleInstance without annoying MessageBox
When launching a second instance of NinjaTrader (which usually happens by error) could you just exit the second instance without the Message Box (No second instance... NinjaTrader /2) and maybe just activate the controlcenter of the first instance?
For this SingleInstance type of application there are many good examples on the web on how to do this (usually with a global mutex) and it should be easy to implement.

Comment