MQL4 Reference Checkup TerminalInfoInteger

MQL4 Help as One File:

TerminalInfoInteger

Returns the value of a corresponding property of the mql4 program environment.

int  TerminalInfoInteger(
   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_INTEGER enumeration.

Return Value

Value of int type.