Condition1 {EnterLong()}
Condition2 {ExitLong()}
Condition3 {EnterShort()}
Condition4 {ExitShort()}
With the above setup, I've noticed that my EnterShort command are often delayed one bar from when is expected, when both condition2 and condition3 are true. This means that the strategy ends up exiting a long position, but hesitating on the short

Comment