You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
Is it possible to add more than one EA to a single chart ?
When I try, MT5 always remove the already installed EA... why this limitation ?
Thanks!
Erwann.
Well, it is possible.
But not with the normal architecture of MQL.
We use IPC to communicate between indicators and the main EA. Indicators act like EAs, send trade commands to the actual EA, and that then orchestrates it all and executes the actual trading commands.