Expert Advisors: LoongClock

 

LoongClock:

A very simple sample of clock. You can select GMT, SERVER, or LOCAL time.

Author: 龙一

Loong Clock

 
Automated-Trading posted  :

LoongClock:

Author: 龙一


Is there any way to run the timer with milisecond intervals?


 
investeo:


Is there any way to run the timer with milisecond intervals?

I don't know.

EventSetTimer() seem can not to accept float value. So 1 second maybe is the best precision.

Maybe you can do something with EventChartCustom() ?

Or make a loop, and get time with GetTickCount()...