Streak Query for BO of BO, Help needed

i need a strategy where i get a notification when.

bar A - High crosses period max 20, High(-1)
and then the high crosses above Bar A

so basically i get a notification only when we have a BO of a BO

@Streak @Harsha_Streak

Hi @Mukherjee_Manas , you can write the condition like this.

High(-1) crosses above Period Max( 20, High(-2) ) and
High(0) higher than High(-1)

Note that this will only be true when the High of Bar A is broken by the next candle