MQL4参考 账户信息 AccountCredit

AccountCredit

Returns credit value of the current account.

double  AccountCredit();

Returned value

Credit value of the current account.

Example:

  Print("Account number "AccountCredit());