Time Shield Library
C++ library for working with time
|
Functions for initializing the Time Shield library in MQL5.
Functions for initializing the Time Shield library in MQL5.
This group contains functions required to set up the Time Shield library before use. Call time_shield::init() once at the beginning of OnStart
to trigger internal lazy initialization mechanisms such as those used by time_shield::microseconds(). It ensures that all components relying on time resolution are properly initialized before use.