There are mobile applications for that and alternatively you could use the web-terminal on a mobile device also.
- www.mql5.com
Yes not the broker but the terminal please see: https://www.mql5.com/en/docs/integration/python_metatrader5/mt5initialize_py
Hi,
I want to access my account data like the pending orders, the open trades... but without launching MT4 or MT5, because I not always behind my desk.
Can I log in directly to the broker server with the investor password and get my informations?
I don't think he can do that programmatically without MT4 or MT5.
Python interface allow to access broker's data (quotes and ticks), but not account data (trades and orders).
The OP request
I don't think he can do that programmatically without MT4 or MT5.
Python interface allow to access broker's data (quotes and ticks), but not account data (trades and orders).
Yes not the broker but the terminal please see: https://www.mql5.com/en/docs/integration/python_metatrader5/mt5initialize_py
I told him not from broker.
With a bit of coding he can access it through the terminal.
Hi,
I want to access my account data like the pending orders, the open trades... but without launching MT4 or MT5, because I not always behind my desk.
Can I log in directly to the broker server with the investor password and get my informations?
You can always connect your MT4/5 account with MQL5.com as a private signal and access/monitor your pending orders and/or trades.
You will not be able to interact with them of course, but if your goal is only to keep an eye, you can do it like that.
MQL5.com offers almost real time monitoring of account activity, with a small delay of some seconds to 1-2 minutes.
You can always connect your MT4/5 account with MQL5.com as a private signal and access/monitor your pending orders and/or trades.
You will not be able to interact with them of course, but if your goal is only to keep an eye, you can do it like that.
MQL5.com offers almost real time monitoring of account activity, with a small delay of some seconds to 1-2 minutes.
I investigated a bit more and found out that websites like <name removed> have access to those data when we give them our investor password. I did not test their platform but from their documentation it seems working.
Do they do as you say? Or do they have a special access? Or maybe an undocumented API?
I investigated a bit more and found out that websites like <name removed> have access to those data when we give them our investor password. I did not test their platform but from their documentation it seems working.
Do they do as you say? Or do they have a special access? Or maybe an undocumented API?
MQL5.com's signal/account monitoring is much faster than those of competitors. The website you've mentioned refreshes account data much slower than MQL5.com does.
I suggest you to connect your account to MQL5.com as a private signal and you will have almost real time monitoring.
Yes, you need to use the investor password for such purposes.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi,
I want to access my account data like the pending orders, the open trades... but without launching MT4 or MT5, because I not always behind my desk.
Can I log in directly to the broker server with the investor password and get my informations?