I have the following strategy (unmanaged approach) on a 5 min chart:
A Stop Buy order 1 pip over the High of a range. The stop buy order should be cancelled as soon as the range is broken to the downside.
The problem: If one bar breaks the range downward and upward the stop buy order gets filled but should be cancelled.
I tried to cancel the pending order in a lower time frame (1 min) but thats not possible because the order is already filled, although the buy point was not hit yet!
So how to cancel the pending entry order?
Thanks, DH

Comment