Point in 5 decimal enviroment

 

Hello


Could somebody advice why "Point" return 0 in case of 5 decimals for example EUR/USD 1.42900, Point suppose return 0.00001, but it returns 0

Please advise


Regards

Gosha

 

The reason you see this is that the Print, Alert and Comment functions return 4 decimal places of precision by default.

Try the following:

Print(NormalizeDouble(Point,5));


CB

Reason: