I am trying to convert my NinjaTrader code to use only unmanaged orders, and I need an exit order to be associated with the proper entry order when I am scaling in and scaling out of positions.
Where is "fromEntrySignal" parameter in SubmitOrder() method?
Some of the overloads of the managed order exiting methods like "ExitShort" have their last parameter as "string fromEntrySignal". This allows me to match up every exit with every entry when scaling in and out.
Thanks in advance!
ChiTrader2000

Comment