Once per day bar placement ? On top or before the buy or sell ?
-
?????????
-
@kop
I think time filters blocks must "always" be on top -
It depends on your strategy, but in general seb0 is right. The higher position in your structure, the better.
-
@l-andorrà The aim should be to run blocks only if it is necessary for the strategy. This will be resource protecting and also should speed up back testing.
However, there is no rule that disallows you to not do this, but it wouldn't be the best approach. -
@trader-philipps
The best layout would be, blocks which are supposed to pass less frequently above, and going down with those which passes more and more often. So most of the time only the first block above will passe(be checked) instead of many others in a random position. Is that it ? -
Following that logic, the most recommended is to use those blocks that will always or almost always be checked every single tick arriving to your platform.