Second candle as opening Range in Streak

Hello,

I want to use second candle as opening range on 15 min Timeframe on Streak. How to do it?
I am trying various options since 2 days… But, no luck.
I want to completely ignore the candle of 9:15- 9:30. and consider my opening range as 9:30 to 9:45.

I can code this on pinescript and it works like charm.

Please help.

Thanks
Samie

@Streak can you.

You can use the following condition

Close crosses above Nth candle(High,2,15min)

Refer: https://help.streak.tech/indicators/#nth-candle

Thank you Krishnendu,

i will check and get back to you.

Thx

Samie