Time Compare
-
Hello,
Someone knows if that will work, is the same type that time values,so i can compare them?

-
Yes, those values are comparable. In the programming world (and not only) the time is represented in this interesting format as a number of seconds since 1.1.1970. This is also called Epoch time and you can see the current number here: https://www.epochconverter.com/
"2017.12.04 17:00" is just a string, a text and the number behind this is 1512406800. In the block Time 1 for the object is get as an integer number, as well as the Open Time of the trade.
-
@fxdreema very understandable your answer,
Thank you again