What is the purpose of the max times to pass function of time filter blocks?
-
I tried to understand on my own but I don't want to be wrong, can someone explain it to me in a simple way? Thank you.

-
That is how many times it can pass, let's say above you had a minutes filter set to 5, then this set to 2 it would allow the minutes filter block to pass twice (as long as the chart is more than 5min), candle open and 5 minutes later, but it would block 10, 15 etc.
-
@jstap Thank you for your answer. So if I understand correctly, if time to pass is 1 on a block that includes a buy order it will open only one operation because it passes once, if it is two it will open two buy operations because it passes twice? if it is 0 it will not pass and therefore no operation is this correct?
-
Yes that is correct, that is why you would need other blocks to prevent others happening at the same time
-
@jstap Thanks for your help!