Hi there, how can I ensure both EnterLongLimit(Close[0]) and EnterShortLimit(Close]0\) simultaneously get a valid order, or none at all?
I'm testing a strategy. Instead of just testing one side, I do both EnterLongLimit and EnterShortLimit, for say, 6 ticks gain/stop loss. One will gain, the other will loss. This way, I can test both sides, break out even, and only pay the commissions on the order. The problem I have is, it's not infrequent that only one side of the order hits.
How can I get into both EnterLongLimit(Close[0]) and EnterShortLimit(Close]0\), or none at all? Thanks,

Comment