MQL4参考 检测 TerminalInfoString

TerminalInfoString

Returns the value of a corresponding property of the mql4 program environment. The property must be of string type.

string  TerminalInfoString(
   int  property_id      // identifier of a property
   );

Parameters

property_id

[in] Identifier of a property. Can be one of the values of the ENUM_TERMINAL_INFO_STRING enumeration.

Return Value

Value of string type.