Skip to content

Checkup

State Checking

Functions that return parameters of the current state of the client terminal

FunctionAction
GetLastErrorReturns the last error
IsStoppedReturns true, if an mql5 program has been commanded to stop its operation
UninitializeReasonReturns the code of the reason for deinitialization
TerminalInfoIntegerReturns an integer value of a corresponding property of the mql5 program environment
TerminalInfoDoubleReturns a double value of a corresponding property of the mql5 program environment
TerminalInfoStringReturns a string value of a corresponding property of the mql5 program environment
MQLInfoIntegerReturns an integer value of a corresponding property of a running mql5 program
MQLInfoStringReturns a string value of a corresponding property of a running mql5 program
SymbolReturns the name of a symbol of the current chart
PeriodReturns the current chart timeframe
DigitsReturns the number of decimal digits determining the accuracy of the price value of the current chart symbol
PointReturns the point size of the current symbol in the quote currency
Last updated on