MQL4 Reference Account Information AccountCredit

MQL4 Help as One File:

AccountCredit

Returns credit value of the current account.

double  AccountCredit();

Returned value

Credit value of the current account.

Example:

  Print("Account number "AccountCredit());