MQL4参考 账户信息 AccountBalance

AccountBalance

Returns balance value of the current account.

double  AccountBalance();

Returned value

Balance value of the current account (the amount of money on the account).

Example:

  Print("Account balance = ",AccountBalance());