- GetLastError
- IsStopped
- UninitializeReason
- TerminalInfoInteger
- TerminalInfoDouble
- TerminalInfoString
- MQLInfoInteger
- MQLInfoString
- Symbol
- Period
- Digits
- Point
Digits
Returns the number of decimal digits determining the accuracy of price of the current chart symbol.
int Digits(); |
Return Value
The value of the _Digits variable which stores the number of decimal digits determining the accuracy of price of the current chart symbol.
Example:
//+------------------------------------------------------------------+
|