ICCI values

 

Hi

Both the icci values are equal 100.

Why is the comment displayed if 100 = 100 ?

if (iCCI(NULL,10080,3,6,0) > iCCI(NULL,10080,3,6,1));
   Comment("The two values are different");
return(0);
 

B

> Both the icci values are equal 100

How are you proving both are equal?

If using the Print statement, you should use DoubleToStr

See https://docs.mql4.com/common/Print to find any difference to a higher number of decimal points

Good Luck

-BB-

Reason: