The EA enters orders continuously, the next order is 10 pips away from the previous one
-
please help . I want to create EA on 2 orders simultaneously buy and sell . The EA will enter orders continuously, the next order is 10 pips away from the previous one. how can i do that?
-
I think It's not possible
-
For each trade->pips away->buy/sell
-
-
@jstap Am I doing this correctly, when backtesting it doesn't seem to open any orders
https://fxdreema.com/shared/rmbQAx1kd -
yes but maybe two trees, one for buy's and 1 for sells, will also need an existing trade for it to work.
-
@jstap it's too complicated, please help me fix it ,I spent a lot of time trying to do it, but to no avail
-
-
@jstap Thank you very much
-
@jstap it is possible to do this, very easy

this is just an example for Buy then do the same thing for sell mark 2 in the sell group option
-
Yes, personally I would use another buy block and you're missing a connection.
-
-
-
-
@jstap Please i want to create an EA with this set of conditions can you help
For Buy condition:
Set Buy stop 5-10pips above price when it triggers close automatically after 2-3 seconds whether profit/lossFor Sell condition:
Set Sell stop 5-10 pips below price when it triggers close automatically after 2-3 seconds whether profit/lossRepeat the process continuously until target meet.
-
You need to set up a timer to start, variable that adds 1 every second, when trade trigged rest to 0, when seconds on variable = 3 close trade.
-
@jstap Can you share a link example so I use it to learn
-
Try and add a shared link if not working.
-
no, I haven't just had an idea of how the EA would work and I would appreciate it if a basic structure could be done for me
-
People are here to help, I gave you the means to achieve this, now you have to learn how, then add a shared link if not working.
