Run multiple back-tests at once - MQL4

 

Hi everyone,

since i've developed around 3 sub-versions of an EA Strategy, I'd like to run multiple back-tests at once or at least 2 backtest together so i can save up some time ... is that possible? what would be the ways to do that? Btw i'm using a RDP from MacBook to access a Windows VPS...

Thanks in advance

 
You can't.
But you can install multiple platforms and run a backtest on each one of them, as long as your VPS resources make that possible.
 

You can't run multiple EAs in the tester concurrently.

But you can run a batch file that would run multiple tests sequentially, without the need to start each test and manually input your variables.