Breakout of signal candle

Hi, how can we enter when there is breakout of signal candle.

Eg. When indicator CCI crosses above 0 line, that 5 min candle is the signal candle. We buy only when high of signal candle is broken and not when CCI crosses 0 line.

In case this is not possible, can we add 0.1% buffer value when CCI crosses above 0 line.

Thanks in advance.

@Streak

You can create a condition like this

Close higher than Previous Close and CCI(1) crosses above 0

Thank You Krishnendu for the quick response!
Hopefully this should work…

In addition to this, can we add 0.1% buffer also?? I mean both conditions in one.