What different result about count forward & count backward ?

 

for (i = 0;i < limit;i++) and for (i = limit;i >= 0;i--)

What optimum condition to use count forward and count backward ?


thank you

 
It depends on what the loop is doing
 
GumRai: It depends on what the loop is doing
Exactly. See Loops and Closing or Deleting Orders - MQL4 forum
 

thank alot
Reason: