Page 1 of 1

Minute method in c++

Posted: Sat Apr 07, 2018 6:06 pm
by beno
MQL has a function which I would like to use in my c++ strategy which is Minute()
https://docs.mql4.com/dateandtime/minute

This does not seem to be implemented in either of the 2 include files that we should use when building our own strategy.
How can I implement Minute() or can I use a built in one?

I am also looking for https://docs.mql4.com/convert/strtotime
Any help on how to use these two methods?