How to get the fifth diget value after the decimal point in EA?

 

I am using a demo account of the AlpariUK-Demo server, and can see the price like 1.40028 in chart,

but when I used the code below in start() method :

   Print(Digits);
   Print(NormalizeDouble(Open[0], 5));

got the result :

16:12:37 test EURUSD,H1: 5
16:12:37 test EURUSD,H1: 1.4003

is there any way to get the value like 1.40028 but not the 1.4003 ?

Any web resources and answers is very appreciated

 
 

YES!!

Its very helpful, thank you very much!!!!

Reason: