Help me with this RSI condition

Can someone help me with this condition?

Period min(75, RSI(21,0) ) higher than equal to 40

I basically want 5-minute RSI (14) does not crossed below 40 in the last 75 periods (intraday 5 min candles) but calculation should start from day’s 1st candle.

@Streak Can you.

Hi @delta_gainer

The condition you provided checks if the RSI has been above 40 for the last 75 candles. However, the requirement to check this condition starting from the first candle of the day cannot be implemented.

1 Like