Use "pip away from open price block"
M
Posts made by moodsid
-
RE: delete pending order after particular distanceposted in Questions & Answers
-
delete pending order after particular distanceposted in Questions & Answers
Hello everyone
I have a simple question I am making an EA by sending pending orders, but I have a problem deleting them after the price went far from them.
I use "check distance block" but it still provides no output or not working correctly.
I used a "draw line block" to create a line at the same price as the pending order and check the distance between the current price and the object line. unfortunately, it didn't work, the ea deletes the pending order directly after it is placed and the distance is less than the input.
I also used the open price option to compare between the pending order price and the current price but still not working, pls help.