an order running at the same price
-
EA; if the conditions are met but there is already an order running at the same price, so do not open
-
@mohamedkabesh Sorry, but what is the exact question?
-
Hi @l-andorrà
I have an EA that keeps opening an order every x pips, I want the EA not to open any order if there is already opened and running order by means of price; for example, EURUSD, if there is an order opened at price 1.19 and the price moved up and returned back to 1.19 so don't open because there is already an order opened and running at ASK price 1.19
Thanks -
@mohamedkabesh The you need this block:

Just insert that price level into the highlighted vox and no new trade will be open while price is 10 pips above/below that price.
-
Many Thanks @l-andorrà