EA that has to handle orders/orders a couple at a time
-
Good evening, everyone, I would need your help, I would have created a small EA which I would like to be executed one pair at a time, so I had thought of using the set for block management but I don't know how to connect the conditions inserted below referring to 2 pairs different, let me explain better: the first block of conditions on the left must concern a pair, while the other block on the right are the conditions for the other pair.
Thank you
shared/WgRcriuGd
-
-
I would suggest not using that block, get it working on 1 symbol, then open other charts and try it on there. If this is working as needed you could then add the change market, I wouldn't bother though
-
I'm sorry @jstap but I don't understand but if I remove the set block and load the EA on the respective charts, how can I make one currency pair work at a time?
-
In blocks, you can set it to any symbol, or specified as it is standard.

-
ok let's say that in the first specific no trade the audcad symbol and load it on the audcad graph while in the second no trade I insert nzdcad and load it on the relative nzdcad graph having the same ea uploaded to 2 graphs how can I indicate to the bot that first he has to check if the conditions are open open order audcad otherwise nzdcad? and until the order has closed, do not open orders related to the other pair ... thanks I hope I was clear
-
@jstap can i help you please?
Thank you so much -
This is more work because the EA placing trades will need to check other symbols, if you try this and test, then add a shared link to look at. Multiple symbols will not work on backtest though.