Reference to candle which has closed first above supertrend

I would like to create strategy as below.

time frame 15 min
Trade should be triggered when any candle closes above supertrend (7,3) and after that high of this candle should be broken by any upcoming candles.

I have tried many things but could not achieve the same.

Kindly help if posible.

@Streak can you.

Hi @Vipul_Raval,

You can create a condition where Supertrend gives a buy signal(cross below) in the previous candle and it will trigger when the current candle is higher than the previous high. You can also do this for the next to next candle in Streak.

However, this is currently not possible since the indicator required for implementing this is under development. It would be released soon.