Expert Advisors managemet centralized

 

Hello people,

is there a way to start/stop a series of Expert Advsisors from an external application?

If yes, is there a way to do it with multiple instances of MetaTrader?

Thank you very much

 
Stylianos:

Hello people,

is there a way to start/stop a series of Expert Advsisors from an external application?

If yes, is there a way to do it with multiple instances of MetaTrader?

Thank you very much

Hi Stylianos,

You can use .dll import or File operation https://docs.mql4.com/files. Using .dll is a little difficult one, so file read write is a good choice.

Read also these article about file operation using Win API, it may give you some idea (https://www.mql5.com/en/articles/1540, https://www.mql5.com/en/articles/1543, https://www.mql5.com/en/code/8314).

:D

 
Thank you very much...you helped a lot