EnterShort(200,"ShortR5-1");
ExitShortLimit(0,true,200, R4,"ProfitR5-1","ShortR5-1");
ExitShortStop(0,true,200,R6,"StopR5-1","ShortR5-1");
When the ExitShortLimit() order is filled, what will happen to the ExitShortStop() order if price also reach the stop price since it is set to liveUntilCancelled?
Will the ExitShortStop() order be cancelled once the ExitShortLimit() is filled? Else do I have to manually cancel the ExitShortStop() order?

Comment