Strange bihavior MT4 B 509

 

while((AB * (GlobalClosur / 100)) > H){ This produces Wrong results

while((AB * GlobalClosur / 100) > H){ This produces correct results

Is this not the same code ?.. except brackets that I hope the order is prioritized
 
Repions: Is this not the same code ?
Not if GlobalClosur is an int. On MT4 v434, division quotient don't give floating point values(Bug??) - MQL4 forum
 
WHRoeder, thanks...... i 'll learn the rules
Reason: