Libraries: AccurateTimer - page 3

 
Changing the priority of the terminal process in task manager and changing the timer type in bios/os have any effect on the measurements?
 
Rorschach:
Does changing the priority of the terminal process in the task manager and changing the timer type in the bios/OS have any effect on the measurements?

The library comes with an example that will answer your question in practice.

 
is this issue still applicable today?
 
Revo Trades #: is this issue still applicable today?

I believe I remember a recent forum topic of someone complaining of the inaccuracy of the OnTimer event, and on that thread fxsaber referred to this publication.

I will try to find it.

 
Revo Trades #:
is this issue still applicable today?

The library description contains an example showing the relevance of the problem. You can check.

[Deleted]  
so its just for check? what about fixing timer and making it stable like a clock
 
Arpit T #:
what about fixing timer and making it stable like a clock

This is what this library is for.

 
fxsaber #:

This is what this library is for.

Hi fxsaber, how can I use this library with Init_Sync?

Init_Sync
Init_Sync
  • www.mql5.com
The library makes indicators' Init/Deinit synchronized
 
Le Minh Duc #:

Hi fxsaber, how can I use this library with Init_Sync?

#include <AccurateTimer.mqh> // https://www.mql5.com/en/code/19859
#include <Init_Sync.mqh> // https://www.mql5.com/en/code/18138