MQL4参考 账户信息 AccountCurrency
Returns currency name of the current account.
string AccountCurrency();
Returned value
Currency name of the current account.
Example:
Print("Account currency is ", AccountCurrency());