How to create Algo condition for entry at day's low?

I want to set up the following entry condition:
Low of previous 3 min candle must be lower than equal to day’s low (i.e, day’s low must be achieved in the previous 3m candle)

Please help with how to create the Algo condition. Tried the following but doesn’t work:

Close(-1) lower than equal to Opening Range(Low,day)

@Streak

The indicator required for this is currently under development and hence cannot be implemented.

also Opening Range is used to refer to the day’s first candle.