Is there a way to launch processes from an EA?

 
I am thinking to make a "concurrent" system that would have several EAs running simultaneously.

And I thought it would consume less resources if some AE just won't run if they are not needed.

But when that is needed another EA would have to run them ...

So I've been looking at the documentation but haven't found anything to launch processes.

The only thing that I have seen more or less similar is "iCustom", but I think it is more of like a pipe and that is not what I am looking for ...

I'm looking for something similar to the C ++ function. --> system ("porg.exe");

Does anyone know if something like that exists in MQL5?

Thank you!!
 
You can open a chart and apply a template, containing the ea in question. Using mql functions.
 
Dominik Egert:
You can open a chart and apply a template, containing the ea in question. Using mql functions.

That's is great!! :-) Thank you so much Dominik!!