About multiple parities
-
Hello. I created an EA and I want it to work at different values in each pair. For example, I want the 5 value MA in EURUSD to cut the 8 value MA, but in GBPUSD the 13 value MA will cut the 21 value MA and I want to write this in a single EA. For this, I used the system in this image in 15 different parities, but it didn't work. Trades are opened many times for the same parities. Where am I making a mistake? Thanks...

-
@gauss Hi! Please can you show the contents of the other blocks, or better can you share your project?
-
ambrigio is right. Can you please share the project? That screenshot doesn't let us find the issue.
-
the content is not important. my problem; How do I define moving averages in 1 EA that will open trades at different values for EURUSD and at different values for GBPUSD? In other words, when the values of EURUSD are active, only trading on EURUSD will be opened. Similarly, when the values of GBPUSD are active, only the transaction will be opened in GBPUSD.
-
@gauss I hope someone can help you
-
@gauss Mt4 is not very good for multicurrency strategies, as far as I know.
With mt5 there is no problem, so you could at least test the strategy on mt5.