MQL4 - automated forex trading   /  

Documentation

MQL4 Reference  Predefined variables  Digits

 
Use the opportunities of
MQL5 in MetaTrader 5
Study the new MQL5 language
Study the new MQL5 language.
Reference is already available
int Digits
Number of digits after decimal point for the current symbol prices.
See also MarketInfo().
Sample:
Print(DoubleToStr(Close[0], Digits));
 Close High