Description Usage Value Author(s) Examples
Obtain MT5 server time.
1 |
Returns POSIXct
date-time of MT5 server time. It may not be local machine time.
Guilherme Kinzel, guikinzel@gmail.com
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
dtServerTime <- MT5.ServerTime()
## Extract hour
strftime(dtServerTime,format="%H")
## Extract day
strftime(dtServerTime,format="%d")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.