I drew a red circle around the previous day close, and around the lowest point of the opening hour the next day. I included the time/day bar at the bottom of the screen in hopes of showing this.
Bull example:
Stock price at previous day close = 10
Stock price at low of first hour candle = 9.9
Difference between close and lowest point in first hour = -1%
-1% is bigger than the minimum requirement of -0.5%, which is what we are looking for.
Stock price then increases to 10.1
Difference between previous day close(10) and current price(10.1) is +1%, at this point, the screener alerts.
Bear example:
Stock price at previous day close = 10
Stock price at high of first hour candle = 10.1
Difference between close and lowest point in first hour = +1%
+1% is bigger than the minimum requirement of +0.5%, which is what we are looking for.
Stock price then decreases to 9.9
Difference between previous day close(10) and current price(9.9) is -1%, at this point, the screener alerts.
No alert bull example:
Stock price at previous day close = 10
Stock price at low of first hour candle = 9.98
Difference between close and lowest point in first hour = -0.2%
-0.2% is below the minimum requirement of -0.5%, which means we dont care about it.
I hope this helps