https://docs.mql4.com/convert/NormalizeDouble
https://www.mql5.com/en/articles/1561
Can_Price!=Price https://www.mql5.com/en/forum/136997.
many thanks, I just could not find the reference myself
much appreciated !!!!
many thanks, I just could not find the reference myself
much appreciated !!!!
Don't use NormalizeDouble. EVER. Its a kludge. Its always unnecessary or its use is wrong.
Bid/Ask: (No Need) to use NormalizeDouble in OrderSend - MQL4 forum
Can price != price ? - MQL4 forum
If you look in the top rigt hand corner of this page you will see a search box, put NormalizeDounble in there and hit enter on your keyboard, then when it brings up the list of items found select Documentation on the left hand side of the page . . .
Thanks Raptor, I have been using the search box continually but did not know I could then click on the other headings like "Documentation" to narrow the search
That tip alone should save me heaps of time, much appreciated !!

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello there
Would someone mind telling me in simple words or pointing me to the right part of the documentation,
what it means when you use "NormalizeDouble" in code
example:
if (f!=0) return (NormalizeDouble(f, d));
I have tried searching, but can't find the reference
By using NormalizeDouble, what are you doing to the contents of the brackets?
thanks !!