MQLInfoString
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.
Last updated on