MQL4 Reference Account Information AccountCurrency

MQL4 Help as One File:

AccountCurrency

Returns currency name of the current account.

string  AccountCurrency();

Returned value

Currency name of the current account.

Example:

  Print("Account currency is "AccountCurrency());