Value of 0.00145 to 145 a whole number (pip)
-
Hi guys,
I am stuck with this issue - I have a value between two MAs (slow - fast = 0.00145) and i want to convert this value to a whole number - to a pip
I have been trying all kind of things and cannot get this working....
-
Me too, I tried the pips tool "as fraction", but none of the attempts worked. My way to solve was the gross alternative:

So 0.00145 have 5 digits counts after the point, conditions goes for the subsequent formula= 0.00145*100000=145 points, if you multiply for 10000 equals to 14.5 pips
-
This would do the job:
https://fxdreema.com/shared/NdrMNE8D
-
@vish Perfect, working here.
-
thank you it works great