My strategy needs to print information regarding all new orders submitted and executed to the NinjaTrader output window. I have no problem obtaining information from the orders I control using IOrder and IExecution objects, but how can I do the same for the SetStopLoss() order? The very least, how can I know that the StopLoss Order was executed, the price, and the quantity?
Thank you.

Comment