I have a strategy that has a TAB with conditions:
Market = Flat
Other Conditions
Do EnterLong()
In other TABS I have as conditions:
Market = Long
Other Conditions
Do ExitLong()
Today with one contract, I had an order to buy, next an order to sell and then another order to sell. It means a ShortOrder has been created that does not exist in my strategy. I ask if I'm failing at something in the logic of my strategy.

Comment