How to Run separate EA's on separate accounts?

 

Hi,


I am looking to test individual EA's on their own Demo Accounts and I have setup 3 Demo accounts in my MT4 and For eg. when I launch 1 EA on 1 Chart in account_01 and switch the account to Account_02, the same EA also gets Launched on Account_02. It seems like because the chart is open and I am only switching the accounts, the EA gets launched eitherways. How can I test each EA on separate accounts without any interference?

 
swayam1069:

Hi,


How can I test each EA on separate accounts without any interference?

do you mean strategy tester?

 

Hey Ahmet,

no, I would like to see individual performance in demo accounts with live trading. or creating individual stats for different EA's.

 
swayam1069:

Hey Ahmet,

no, I would like to see individual performance in demo accounts with live trading. or creating individual stats for different EA's.

Use a MQL5 VPS server on each account, this way will load each trading setup on its dedicated server and no EA will trade locally in your computer, interfering with each other.

 
swayam1069: How can I test each EA on separate accounts without any interference?

Install and run separate terminals in separate directories, one per account.