Multiple trades open on demo account
-
I have done an EA which works very well in the backtest, opens a single trade when the conditions are reached, however when I run it in a demo account, it opens several trades when the conditions are reached, which means that my risk management is not fulfilled. the EA use three different pairs (EURUSD, AUDUS, GPBUSD), what can I do?

-
Make sure that your no positions blocks are correct , if you are using groups make sure to check that no trades in either direction is currently running , I assume you have 3 groups 1,2,3 ? so no buy trade with filter group 1,2,3 then pass.
If it dosnt work use check trade count block and adjust how many of them you want to accept
-
@timmyhanke yes I use groups, in fact I use groups 1,2,3,4,5,6 (for each buy/sell), i will try with the count block... i tell you who it works, tks!