Mt4 server direct connection

 

Hello all

How can i connect to mt4 server without the terminal

there are any api or library???

To add it on my site to provide the account status 

Like myfxbook 


thanks

 
Ahmed Farag: there are any api or library???

No

 
William Roeder:

No

So how the other sites can so it?
 

For getting account information (and also live trading), you have to directly ask for the brokerage api library from your broker to connect to the mt4 server. Usually it is in python, java or C#.. 

There are open source solutions in github.. you can go dig.

If you do not know how to program one yourself, you can hire a developer here to do it for you.

Developers are usually resourceful and can do anything under the sun. 

Documentation on MQL5: Constants, Enumerations and Structures / Environment State / Account Properties
Documentation on MQL5: Constants, Enumerations and Structures / Environment State / Account Properties
  • www.mql5.com
Account Properties - Environment State - Constants, Enumerations and Structures - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
 
Zee Zhou Ma:

For getting account information (and also live trading), you have to directly ask for the brokerage api library from your broker to connect to the mt4 server. Usually it is in python, java or C#.. 

There are open source solutions in github.. you can go dig.

If you do not know how to program one yourself, you can hire a developer here to do it for you.

Developers are usually resourceful and can do anything under the sun. 

Thank you very much ❤️❤️
Reason: