Time filters
-
Hello
I like run my blocks every 15-20 seconds , smooth ... There is "Once per seconds" block with seconds parameter , but
i think "Once per" passes somewhere in sedonds period ? .. I hope at time filter passes smoothly , like this (sorry my bad english)Run blocks --> wait 15-20 sec ---> run blocks again --> wait 15-20 sec --> etc ...
-
"Once per... whateve" at the end depend on the ticks. If no ticks come in more than 20 seconds, nothing will happen. But that's why those blocks are called Filters, not generators or something.
There is this event "on Timer" which can be used to run blocks in equal time periods. But note that this works only live, not in backtest.