Mt5 python access accounts

 
I have a question about this mt5 python solution, do i understand this solution correctly, you need to install for every mt5 account into which you want to login also a seoerrate mt5 terninal on the same comouter?

Or can you just login to any mt5 account with this python libary without need to install any mt5 terminal on the same pc?

What if i want to login and trade 100 mt5 accounts at same time is it possible to use this python solution and just login to all mt5 accounts and trade them from one computer?
 
Email AccountI have a question about this mt5 python solution, do i understand this solution correctly, you need to install for every mt5 account into which you want to login also a seoerrate mt5 terninal on the same comouter? Or can you just login to any mt5 account with this python libary without need to install any mt5 terminal on the same pc? What if i want to login and trade 100 mt5 accounts at same time is it possible to use this python solution and just login to all mt5 accounts and trade them from one computer?

You can connect to any account with just one MetaTrader 5 via the Python API, but you can only connect to one account at a time.

If you want to connect to multiple accounts at the same time, then you need a separate MetaTrader 5 installation for each account.

You can only have a theoretical maximum of 32 MetaTrader 5 terminals running at the same time on a computer with the same Windows user account, but due to the consumption of RAM and CPU load, the physical limit may be less than 32.

If you need 100 connections, then you will need multiple computers (real or virtual).

 

Thank you Fernando, its sometimes hard to find usefull infos for metatrader but with the experience from people like you one can save a lot of time.

It looks like there is still no usefull solution for Metatrader access like crypto exchanges where you can easy connect to many accounts just with api keys.

And installing for every account a terminal and then useing the python libary does not make much sense to me then its easyer to put just as usual a EA on every running mt5 chart.

 
Fernando Carreiro #:

You can connect to any account with just one MetaTrader 5 via the Python API, but you can only connect to one account at a time.

If you want to connect to multiple accounts at the same time, then you need a separate MetaTrader 5 installation for each account.

You can only have a theoretical maximum of 32 MetaTrader 5 terminals running at the same time on a computer with the same Windows user account, but due to the consumption of RAM and CPU load, the physical limit may be less than 32.

If you need 100 connections, then you will need multiple computers (real or virtual).

Do you know the most cost-effective solution to do this?

Maybe a server provider has an optimised plan or something

 
Hello, guys! We are developing an application for trading analytics. One of the key functionality for our users. It is possible to log in to MT5, MT4 and get the history of user orders and trading. Reading this forum and documentation. I came across the fact that mt5 allows you to connect only 1 account to the mt5 terminal. Tell me, is this so? For development we use Python/Django.
List of questions that interest us.
Our system must support many users. Is it possible to implement functionality where each user can connect their MT4 and MT5 accounts and receive user data at the same time?
Is it possible to obtain a user's trade history using the MT5 package? If yes, then it would be great to attach the necessary links in response to this request.
How many connections can be made to mt5 from one machine?