how to obtain current time in miliseconds precision?

[Deleted]  

Hi,


Is it possible to get current time up to miliseconds precision? Any workaround if no embedded mql4 functions available?


Thanks!

Maciej

[Deleted]  

see here and can find in Common Functions of editor help

[Deleted]  
fbj:

see here and can find in Common Functions of editor help

Thanks. I didn't explain the context however. I need something that would work with Strategy Tester.

Maciej

 

You'll have to make calls to WinAPI for that precision.

IF you just want a timer (with about 16ms accuracy), GetTickCount() might do.