Delete pending order if next candle close below open price?
-
I tried to create blocks that delete pending order if it not hit the open price in the next bar, but the problem is when pending is open it delete suddenly .
my condition is if C1 close below open price > delete pending order
-
@gobeef your logic is wrong. you have 2 conditions that are opposite of each other and when met, closes both buy/sell orders.
-
but I use filter by type buy and sell separate for each pending order.
-
@gobeef You are using a 'pink' requirement on both conditions blocks that are not connected below any 'For each trade' block. That part of the block doesn't work for that reason. You should select this instead:
