Van Tin Nguyen / Publications
Forum
Normalizedouble return double with max 4 digits only
Hi everyone, I try func NormalizeDouble ( value , digits ) in mql4 but it return double with max 4 digits after float point although i set digits larger than 4. Ex: NormalizeDouble(1.1234567,6) return 1.1235 How can i fix this