Sure ...
Open 2 charts ... attach EA ot each chart ... let it go ...
Be sure that both EAs are working friendly with other EAs ...
There are some issues that coder should take care of like always considering Symbol() and magic number in it's calculations to not
do bad things to orders are not opened by the same ea ... For example, if EA #1 close all orders whenever profit is $100 ... EA calculates
it's own orders (Now, Profit for EA1 = $100) but total account profit is -$300 ... EA closing all orders function is missing magic number checking
rule, so, the EA will close all opened orders regardless to magic number which leads to total loss of -$200 instead of gaining +$100 to the balance.
So, be careful about such little tricks.
Sure ...
Open 2 charts ... attach EA ot each chart ... let it go ...
Be sure that both EAs are working friendly with other EAs ...
There are some issues that coder should take care of like always considering Symbol() and magic number in it's calculations to not
do bad things to orders are not opened by the same ea ... For example, if EA #1 close all orders whenever profit is $100 ... EA calculates
it's own orders (Now, Profit for EA1 = $100) but total account profit is -$300 ... EA closing all orders function is missing magic number checking
rule, so, the EA will close all opened orders regardless to magic number which leads to total loss of -$200 instead of gaining +$100 to the balance.
So, be careful about such little tricks.
Osama,
Thank you so much.
You are great!
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Team,
Please, can I have two EAs attached to the same Pair EURUSD belonging to the same account?