EnterLongStop(Quantity, s1, "First Long");
EnterShortStop(Quantity, s2, "First Short");
I would like to enter them both simultaneously in such a way that one cancels other upon execution. (i.e. whichever executes first cancels the other).
What's the best way to do that?

Comment