MQL4 Reference Predefined Variables Digits

MQL4 Help as One File:

int Digits

Number of digits after decimal point for the current symbol prices.

Example:

  Print(DoubleToStr(Close[0], Digits));

See also

MarketInfo()

 


 
This website uses cookies. Learn more about our Cookies Policy.