MQL4 Reference Checkup MQLInfoString

MQL4 Help as One File:

MQLInfoString

Returns the value of a corresponding property of a running MQL4 program.

string  MQLInfoString(
   int  property_id      // Identifier of a property
   );

Parameters

property_id

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

Return Value

Value of string type.