MQL4参考 账户信息 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());