Can we get Timestamp with milliseconds by using dll ??

 
Can we get Timestamp with milliseconds  by using dll ??
 
Datetime has one second resolution; there is nothing more to read.
 
William Roeder #:
Datetime has one second resolution; there is nothing more to read.

Can't we do it using dll (c++)

 
rosen007 #: Can't we do it using dll (c++)

What kind of timestamp are you looking for?

Timestamps for the OHLC data is in seconds but the timestamps for tick data is in milliseconds.

What are you trying to achieve?

If you explain things in more detail, you will get a more useful answer.

 
Fernando Carreiro #:

What kind of timestamp are you looking for?

Timestamps for the OHLC data is in seconds but the timestamps for tick data is in milliseconds.

What are you trying to achieve?

If you explain things in more detail, you will get a more useful answer.

ı want calculate some execution latency but timecurrent doesnt show millisecond so ıf ı use dll maybe ı can take current time with milliseconds if you alternatıve idea pls share us 

 
rosen007 #: ı want calculate some execution latency but timecurrent doesnt show millisecond so ıf ı use dll maybe ı can take current time with milliseconds if you alternatıve idea pls share us 

You should learn to use the search function ... Documentation on MQL5: Common Functions

GetTickCount

Returns the number of milliseconds that have elapsed since the system was started

GetTickCount64

Returns the number of milliseconds that have elapsed since the system was started

GetMicrosecondCount

Returns the number of microseconds that have elapsed since the start of MQL5 program

 
rosen007: Can we get Timestamp with milliseconds  by using dll ??
rosen007 #: ı want calculate some execution latency

Perfect example of XY problem.
     How To Ask Questions The Smart Way. (2004)
          The XY Problem