API to get balance and equity for my account

 

Hi,

is there any kind of API that I can use to retrieve balance and equity for my account?

Thanks

 
Perhaps you should read the manual.
          MQL5 ReferenceAccount InformationAccountInfoDoubleENUM_ACCOUNT_INFO_DOUBLE
 

Thank you - I have read threw a couple of topics, but what I can't find is the way to connect to the service using my credentials.

Could you please point me to this?

Thanks a lot!

 

ok, I've found out so far how to connect to the windows or linux terminal when it is running.

But what I am searching for is how to connect to the MT5 Server directly - without having a terminal running. is it possible?

 
mipamerson:

ok, I've found out so far how to connect to the windows or linux terminal when it is running.

But what I am searching for is how to connect to the MT5 Server directly - without having a terminal running. is it possible?

The only way to connect to the MT5 trade server other than a windows terminal is via the WebTerminal. So the only way to go about it would be to use something like Selenium to log into and render the WebTerminal and then scrape the data out. 

 
I see, thanks a lot!