Hey guys,
How can I do this efficient? When I broke a high/low I want to wait for a bullish candle that came below a bearish candle or reversed: a bearish candle below a bullish candle.
These candles don't have to be in a row, like the example in the chart, but the candles always need to be printed AFTER the break of the high/low.
I know how to store the break of the high/low as variable, but how can I program this? It would be easier if it always needed to be in a row, but it isn't...


