MQL4 Reference Checkup TerminalCompany

MQL4 Help as One File:

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()