MQL4参考 账户信息 AccountName

AccountName

Returns the current account name.

string  AccountName();

Returned value

Name of the current account.

Example:

  Print("Account name "AccountName());