Is it vooddoo? Why is e-05 added at the end of some of my doubles? A search engine query didn't help. - page 3

 
tomm73: In MQL programming, _Point is the smallest unit of price change,
Wrong. _Point is the least significant digit of quoted prices. Tick size is the "smallest unit of price change." PIP, Point, or Tick are all different in general.
          What is a TICK? - MQL4 programming forum

kb4ski: What? You didn't explain why I get the useless value 1e-05 instead of 0.00001 or 0.001.

1E-05 equals 0.00001. You got the former by how you converted the value to a string. See #3

 
William Roeder:
Wrong. _Point is the least significant digit of quoted prices. Tick size is the "smallest unit of price change." PIP, Point, or Tick are all different in general.
          What is a TICK? - MQL4 programming forum


In fact, your explanation of Point is also wrong.

https://docs.mql4.com/predefined/pointvar
 
Defend your statement. Your link says nothing.