Run ex4 or ex5 files inside mql4 and mql5 code.

 

Hello,

I want to run complied ex4 and ex5 files inside mql4 and mql5 code.

I’m not talking about the function iCustom() that load compiled indicators (I want to execute an already existing script).

In C language the command System(path of the exe file) is used. is there any similar command in mql4 and mql5 which allows to run ex4 and exe5 files?

Thank you in advance.

 
Zakaria Rachid: is there any similar command in mql4 and mql5

Other than adding a indicator to a chart, no.

 

Hello William,

Thank you for your replay.

In this case, when i have time i will try to run the script by using iCustom() without parameters (hope that it's going to work).

Update: I have tried iCustom() with many scripts but it was not working.