How is this block used?

@miro1360 In your experience, which bots work best in the future?
To optimize the schedule of an ea, how should I put the constant and the filter? Examples please
@trader-philipps I did what you told me, or at least I tried.
But even if you put false in the configuration in mt5 as you want the strategy works the same way
https://fxdreema.com/shared/oh7QBx4qb

@siempre I'm interested in knowing this too
@l-andorrà I can't get him to cross the top of the range I want as in the video
@ambrogio I am very applied and learn very fast
Here I leave the project and the video where I got the idea, but I don't know what I'm doing wrong.
The technique looks very good
@l-andorrà can you help me with an example please?
@mcarl42 I want to create an EA that has many conditions, but doing it without variables is giving me a lot of problems in order in logic.
How can I do to save the cross of a 5 x ema> ema 21 (it is an example) save a variable with that cross and only if I pass that cross (but still remains) I mean that the ema 5 is still above the 21, then move on to the next condition and thus not create conflicts in the code that all conditions pass in the candle ID 0 or ID 1.
The point is that there are conduits that must pass after other conditions and not in the same candle