How can I operate more then 9 different EAs with one account

 

Hi, I use 9 different EAs with 24 sub programs at the same time for one broker account activestrades. I manage this at a moment that I have 3 MT4 sessions installed on one server at the same time.

Every session use 8 sub EAs programs at the same time.

How can I handle this easier? Is it possible to use a DLL or a C# (C++) include that this DLL do all the calculation work for all the 24 sub programs and send the trading information autmatically to MT4 via interface or a second DLL?

For better understanding and solution here are my trading plattform:

- 1 standard account with activestrade Broker in UK

- 3 Windows 7 pcs

- 3 MT4 sessions open for one stanard account

- 9 different EAs in different time frames at the same time


Any idea how can I calculate on 1 PC the EA calculation and the second PC to execute the EA calculation from PC 1 on PC2 (interface or API?)

Thanks for your ideas.

Christian

 
// does this simple solution suit your needs?



// merged ea, with previous EAs converted to functions. 
int start()
{
   start_system1();

   RefreshRates();
   start_system2();

   RefreshRates();
   start_system3();

   //... 


}
 

#abstract_mind

I think this is not the solution. I am more focus on 2 PC : First PC for calculation and manage all the EAs, second PC for MT4 Broker which uses the tradingsignals from the EAs from PC 1.

Any ideas?

 

socket connections: https://www.mql5.com/en/code/9772

 

socket connections: https://www.mql5.com/en/code/9772

socket basics http://csharp.net-informations.com/communications/csharp-socket-programming.htm

 
I smell a ban incoming...
Reason: