Nur Nutzer, die das Produkt gekauft oder gemietet haben, können Kommentare hinterlassen
12
Mohdasi  

Hello Sir,


The scenario is working fine when copying between MT4 to MT4 but not when copying from MT4 to MT5. Here's the setup and the issue:


1. In MT4, I have added 3 Master EAs with the following namepaths:

   - XM_UKT11

   - XM_UKT22

   - XM_UKT33


2. In MT5, I have added 3 Copy EAs with the same namepaths and Magic Numbers:

   - XM_UKT11 (Magic: 6611)

   - XM_UKT22 (Magic: 6622)

   - XM_UKT33 (Magic: 6633)


3. Settings for the Copy EAs:

   - XM_UKT11: No filtration in the settings.

   - XM_UKT22: nubofposbeforcopy = 2

   - XM_UKT33: nubofposbeforcopy = 3


4. Expected Behavior:

   - When I open 4 positions from the same symbol, I expect to see 12 positions in the slave account (since each Copy EA should replicate the positions).


5. Actual Issue:

   - Positions are opening randomly. For example, the position with the comment "315933954" opened twice with Magic numbers "6622" and "6633."

   - The remaining positions opened only once per position.

   - It seems that when one position is copied by a Copy EA, the other Copy EAs do not copy the same position.


Ideal Scenario:

- Each Master EA with its respective Copy EA (with the same namepath) should work independently and copy positions as expected.


Dateien:
Downloads.zip  496 kb
Pavel Zamoshnikov  
Mohdasi #:

The scenario is working fine when copying between MT4 to MT4 but not when copying from MT4 to MT5. Here's the setup and the issue:

Hello,

Are you sure you addressed your question to me?

12