MQLInfoInteger
MQLInfoInteger
Returns the value of a corresponding property of a running mql4 program.
int MQLInfoInteger(
int property_id // identifier of a property
);Parameters
- property_id
[in] Identifier of a property. Can be one of values of the ENUM_MQL_INFO_INTEGER enumeration.
Return Value
Value of int type.
Last updated on