how to delete buy pending order if price crosses below the stop loss level?
-
I have a BUY pending order with take profit and stop loss. I want the EA to delete the BUY pending order, if the order is not filled but the price crosses below the stop loss at price 36223. But unfortunately the EA doesn´t delete the pending order when I run the backtest. Can you please help to find out where the problem is (see screenshots 1-3)? Thank you.



-
Problem solved! I have moved the blocks from the "on Trade" tab to "on Tick" tab. Now the pending orders can be deleted if the condition is met.