change them to such : (a-b) > 0 or (b-a) < 0
since teh expression of most double digitals by computer are not precise !!!
Try this
if( NormalizeDouble(a,4) == NormalizeDouble(b,4) ) Print( "true" ); else Print( "false" );
Hello fireflies, you are right with your solution, thank you very much, god bless
you all :-).

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
i try to compare two double number with the same value but the querie is false
What ist the problem please, why does this dont match?