- GetLastError
- IsStopped
- UninitializeReason
- TerminalInfoInteger
- TerminalInfoDouble
- TerminalInfoString
- MQLInfoInteger
- MQLInfoString
- Symbol
- Period
- Digits
- Point
TerminalInfoString
Returns the value of a corresponding property of the mql5 program environment. The property must be of string type.
string TerminalInfoString(
|
Parameters
property_id
[in] Identifier of a property. Can be one of the values of the ENUM_TERMINAL_INFO_STRING enumeration.
Return Value
Value of string type.
Example:
//+------------------------------------------------------------------+
|