Are there any real reason (other than some extra checks) why You can't set orders to opposite directions in different timeframes (different context and different bars array and so on so I think that it could be valid?) but same instrument like:
EnterLongLimit(0, ... ) // bars in progress == 0
EnterShortLimit(1, ...) // bars in progress == 1
Other will be ignored based to "Internal Order Handling Rules"

Comment