I have a strategy that can open both Long and Short trades when the condition is true.
But it only open 1 trade at a time, if there is a current Long trade, the strategy doesn't start a Short trade even if the Short condition is true.
I want the strategy to be able to open opposite trade even if there is a current trade ongoing.
How can I make that possible

Comment