MQL4参考 检测 TerminalCompany
Returns the name of company owning the client terminal.
string TerminalCompany();
Returned value
The name of company owning the client terminal.
Example:
Print("Company name is ",TerminalCompany());
See also
TerminalName(), TerminalPath()