Need help in Creating Breakout strategy

I want to create a strategy on streak condition is i want to trade the breakout of 4TH 15min candle that means i want to go long when the high of 4th 15min candle get broken and go short when the low get broken please help me create the strategy on streak
Thanks
Hope you will help me with this simple strategy
@Streak @Streak @Streak !!!

Hi @Taniyasingh

You can use the following condition for Long

Close(0) higher than Nth candle(High,15min,4) or Close(0) crosses above Nth candle(High,15min,4)

Similarly for Short

Close(0) lower than Nth candle(High,15min,4) or Close(0) crosses below Nth candle(High,15min,4)

thank you for your help <3