MQL4 Reference Account Information 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());