Multiple Connections Using Mql5

 

I Have Almost More Than 100 Clients To Manage In my MT5 App.

But The Issue Is Using MQL5 Client App In Windows I Am Able To Connect With 1 Client At A Time Using Python

If I Connect To 2nd Client I Have To Close The Connection Of 1st Client.

Is There Any Way I Can Connect To Multiple Clients At The Same Time.

Or Is There Any Way I Can Directly Contact With MT5 Team To Provide Me Solution For This ??

 
MLM4MLM: I Have Almost More Than 100 Clients To Manage In my MT5 App. But The Issue Is Using MQL5 Client App In Windows I Am Able To Connect With 1 Client At A Time Using Python. If I Connect To 2nd Client I Have To Close The Connection Of 1st Client.Is There Any Way I Can Connect To Multiple Clients At The Same Time. Or Is There Any Way I Can Directly Contact With MT5 Team To Provide Me Solution For This ??

Don't start a new thread when you were already given an answer ...

Forum on trading, automated trading systems and testing trading strategies

Multiple Connections In Python MQL5

Fernando Carreiro, 2022.07.22 12:46

To use two accounts at the same time, you have to run two terminals. A single terminal can only connect to one account at a time.

Forum on trading, automated trading systems and testing trading strategies

Multiple Connections In Python MQL5

Fernando Carreiro, 2022.07.25 15:09

If you have 2000+ traders then you can afford to buy a back-office license from MetaQuotes! Speak to them for a solution!

Or write your code in MQL5 and use virtualisation solution (aka MQL5 VPS services).