Meaning of NormalizeDouble?

 

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 !!

 

many thanks, I just could not find the reference myself

much appreciated !!!!

 
pullend:

many thanks, I just could not find the reference myself

much appreciated !!!!

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 . . .
 

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



 
RaptorUK:
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 !!

Reason: