@l-andorrà Thank you for this idea
But this will not execute exactly what I want.
This is pass if candle 1 is breaking a 50 candle range on both sides (high and low)
What I want is a candle that is bigger than the last 50 candle in size, might break or might not break the 50 candle range
I found a long way to do it
Once per bar, I created a variable system that stores the sizes of each the last 50 candles and then compares each of the candle size to candle 1.
This means I have 50 variables and 50 condition blocks.
Works perfectly.
