multiple EA on a single chart - page 2

 
Erwann Pannerec:

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.

The reason is that you can combine all the algorithm logic from different EAs into a single EA. If that feels too complicated to code, there’s a simpler way: just open multiple charts and attach one EA to each chart.

Even simpler, you can run multiple MT5 terminals, use multiple accounts, or even multiple machines to run many EAs 🤔
 

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.