I would like to make a easy trading strategy with the next rule:
-Enter Long at Stop at X.
The problem is that if the open and low of the next bar is above the X point then the order is not executed. How could I to solve this to evaluate it in a backtest? I need that the order must be executed in the open price of the next bar.
Thank you in advance.

Comment