MQL4 Reference Account Information AccountCompany

MQL4 Help as One File:

AccountCompany

Returns the brokerage company name where the current account was registered.

string  AccountCompany();

Returned value

The brokerage company name where the current account was registered.

Example:

  Print("Account company name "AccountCompany());