How to make streak tell me before today ends if open equals to low for Todays candle open equal to low before 3 20

i want to do BTST signal at 3 20 pm …
condition is open equal to low of today’s day

How do i type OPEN = LOW in streak so that iit checks todays candle open and low …

If i deploy it live , wont it notify next day, after todays candle is formed ?
I want it to tell me today itself at 3 20 pm

Hi @Ray_Correa,

You can create the scan however the scan needs to be run manually at 3:20 PM. There are no mechanisms to run and send notification at 3:20 PM.

Use the below mentioned condition to implement this ins the scanner.

Opening Range (Open, Day) equals to Opening Range (High, Day)

Hope this helps.

Lol…
i wanted something that could be ran with auto notification…