Time optimization
-
Hi, I want to open order at certain time of the day and I want to run back testing optimization with time constant. But there is no parameter field to enter for optimization. I want to optimize time with one hour intervals. how can I do that? I tried once a day time filter block.
-

Maybe my explanation was not enough. I need to run optimization with different certain hour values one hour as step. -
Found solution myself. Instead Once a day block use condition block to compare server time with time stamp value. That value can be shifted by hour, this give me ability to optimize time filter when back testing.

-
If something fails to work in some days, it should be because you use ==. Imagine that you never got a tick at 00:00, but you got ticks in 23:50 and 00:01 - in this case you missed a signal only because there is no tick modeled at exactly 00:00.
-
Yes, it is possible that I wont receive tick in that minute. What If I use this approach inside on timer tab instead on tick tab? shared/ckYVWMTPd
-
That Timer event is like a clock, it works independently of the ticks. But it only works in real time. You can try to backtest it, but the results will probably be the same as when you do it in Tick.
-
@fxdreema I did tried do back test with time tab, not working. And I tried tick tab, can back test, but it is not working on real account. I switched condition block with once a day block and it opens pending orders on real acc. Is it possible that you add offset to time filters blocks?