How to make Time like 02:00 as a constant input (Double?)
-
Hi Guys,
I tried to make the input in the below picture (02:00) as a constant input but it didn't work. I guess because I selected DOUBLE as a type of the input.
Is there any other way to define the time as a constant input that I can use in optimization?
I tried also using this field as an optimization field, but it becomes uneditable in MT4 EA optimization inputs.
Thanks,

-
@ibrahamt
Working with time is a pain. If it fits your system, it would be much better to count the bars and work from there.https://fxdreema.com/forum/search?term=barcount&in=titlesposts
-
@roar That sounds a better idea. Thanks for your advice roar.