15 milliseconds resolution

 

Hello everybody,

Does anybody know why the limited timer resolution of metatrader is about 15 milliseconds ?

For example this code return an average gap of 15 milliseconds :

int OnInit(){

  EventSetMillisecondTimer(1);

  return(INIT_SUCCEEDED);

}

void OnTimer(){

  Print(GetTickCount());

}

I have tested it on differents computers but always i found this value.

Thank you.

 
 
Thank you very much.