@Hiten7405 This option works fine to me:

@Hiten7405 This option works fine to me:

@shashikant987 Can you please share the link to your project to loot at it?
@SPKARAN This is the way to share a link:

@salek Pues entonces es tan fácil como esto:

Comparas que el cruce sucedió en estas 20 velas atrás (es decir entre la 20 y la 21). Si es cierto, la operación se activa ahora.
@OM-Re This is the basic structure:
https://fxdreema.com/shared/dPYX3VlK
Please notice there are blocks on two tabs, on init and on tick. The first two block trees on the on init tab are activating indicators individually on the on tick tab.The third block tree is activating a combination of the two. Please notice all blocks on top of the block trees on the on tick tab are 'OFF' (surrounded by a red line).
You will have to build as many different structures as possible combinations of indicators you need.
@sktsec Agreed. And supertrend is one of the worst of them.
Es decir, que entre por ejemplo 11 barras después del rompimiento. ¿Es eso?
@bacharchoura1 You can remove blocks 33 and 37. They are redundant. Then you need to add this on both 'for each trade' blocks:

And then add a pink block named 'once per trade/order' just below the condition block.
@mohsen-2 Exactly. No bot will be profitable on a real market if the custom indicator repaints as badly as super trend does.
@Shamimbiss Then this is the general idea:

This example is for buys only. However, you need to be careful because the bot will not know if 'High (by ID)' 1 is the last confirmed high or not. Maybe you should begin by selecting if 'High (by ID)' 2 provides better results.
What are the exact problems you find?
Super trend indicator is terrible! It repaints like mad. If you use it, your bot is doomed. I strongly recommend using a completely different indicator.
You current configuration of the 'for each object' block is searching for one object only, not many. You should remove that limitation. Then the correct order will depend on how many objects that are NOT arrows are also present on the chart. That makes the A-Z or Z-A order to search for them too when you don't need them, necessarily.
@fx_bwoy You can remove blocks 18 and 23. They are redundant if your event timer is set to 1 second.
Will all your trades be open manually only?