Bug in time value block?
-
Hi All
Hoping I am wrong on this one and that someone might be ale to help. I have created the following two blocks:

When I change the values in the back tester for MT4 to 07:45 to 10:00. The block will pass from 07:00 to 10:00. It seems to only look for the hour and not the minutes. Ideally I would like it to run from 07:45 to 10:00 not 07:00 to 10:00 as it currently does. Would be really interested in possible solutions?

-
Might also be worth noting that if you change the variable to time stamp format it does not trigger at all?

-
@xander In your fisrt post all those 'value' positions are texts. You need to use the 'time' option instead, as per your second image. Then check out all time variable are of a 'string' format.
-
Great thanks, and to do that do I just type in "string" instead of "double" in the variable fields (like in the last one in the below screenshot)?

-
@xander Correct. And the default value should be 00:00 instead of just 0.