How to open multiple trades
-
Hi, I would like my EA to open more trades but only if the conditions occur at a certain number of pips from positions already open, I have tried as shown in the link but it does not work. https://fxdreema.com/shared/v8B8ONoUd
Thanks -
@simo84 Hi! Move a few block in this way

-
thank you for the answer , but in that case all the my EA condition doesn't work.
For example, if I have an open position, I would like the signals to open another position to be ignored until we are at X pip from the already open position -
Maybe I found the problem, but I don't know how to solve it.
It's working only for the first trade , but if I have more than 2 trades the system does not check that every trade is far "X" pips, but even if only one trade satisfies the condition my EA continues to open positions, I'm working with low time frames, so I would like the EA not opened positions in the range established by me if there are already open positions. -
Fisrt question. How many open trades at the same time will you have at most? Second question. Which of those open trades will determine the price from that pips distance needs to be calculated?
-
@simo84 said in How to open multiple trades:
thank you for the answer , but in that case all the my EA condition doesn't work.
For example, if I have an open position, I would like the signals to open another position to be ignored until we are at X pip from the already open position