Bearish candle before bullish candle
-
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...

-
You need a boolen variable (true/false) thet will be true if the breakthrough happened. Then in a separate block tree you can use a condition block requiring that variable to be true and then connected below it the additional conditions requiring that candle combo.