Help with simple backtesting

Hi, I am trying to run very Basic backtesting as below snapshot.

The intention is to enter the trade when two continuous red candles and exit when close is above the open

Still, it produces no result for a month worth of data in backtest, am I missing something?

Security is ADANIPORTS

@Streak

Have you tried using higher than/lower than instead of crosses above/Crosse below? Does it also gives no results?

Try this

Hi @Anuradha_Choudhari,

You need to change the crosses above/below with higher than and lower than to get correct result. Open cannot cross below Close or High or Low in the same candle.

You can use the following condition.