@svenw8 Hmm, you might want to use a variable to address that. There are other solutions as well, but variables are the general solution to everything, lol.
Create a variable barcount:
0_1577719210601_88057170-65c6-4ce4-ae21-a97424742281-image.png
Then, set the variable to increase by 1 on every new bar, so the variable keeps track of passed bars.
When opening trade, reset the barcount to 0
Now you can make a condition: barcount > 2
This means that trades must have min 2 bars between them.
You can copy the blocks from my example, but you have to set up the variable by yourself, according to the picture above.
https://fxdreema.com/shared/AK0KcrCrb
0_1577719409895_59df2b71-80b5-4364-a2db-601a4d62153a-image.png