Championship 2007 Question - page 2

 
I tried to use such an expert in the previous Championship but the expert was rejected with accusation of inifinite looping.  Then I changed the code:


for (int var=0; var<300 && !IsStopped(); var++) 
{   
  RefreshRates();    
   .......   
  Sleep(100); 
}

and everything became Ok. This expert leaves the start function every 30 seconds and waits for the next tick.  This expert took part in the Championship and didn't cause any problem.
 
song bookmark
Reason: