How To Make 2 EAs Work Independently In One Account
-
Hello everyone
I have this issue that when I install 2 EAs in one account their works interfare with each other.
The function (block) which gives this problem most is the one of (no position block).For example, I set EA 1 and EA 2 separately that when there is no position with some certain conditions they should buy. So I discover that when EA 1 has active buy position and new buy conditions are met for EA 2, EA 2 will not open new buy position because of the active buy position from EA 1.
So please I need you guys to tell what I need to do to stop this.
@l-andorrĂ @roar @miro1360 please help me look into the situation.
-
@lanrayy use different group numbers for each EA
-
HI.
you can create 2 EA and run each one on the same chart -
@roar said in How To Make 2 EAs Work Independently In One Account:
@lanrayy use different group numbers for each EA
Please how do I create different group numbers for them?
-
@xfire said in How To Make 2 EAs Work Independently In One Account:
HI.
you can create 2 EA and run each one on the same chartYes, that's what I did. But some of their functions are interfaring into each other. So if you know anything I can do to stop that from happening I will appreciate it.
-
-
@roar Thank you, I will try this and let you know if it works