For what it's worth. I did some analysis and discovered some other useful criteria. For example, entering on a "hook day" also has good results:Quote from 40yotrader:
Here's the selection criteria for taking trades the next day using daily data:
If rg = 1 then trade tomorrow.
...
if ( today's open > yesterday's high + x ) or
( today's open < yesterday's low - x ) then trade today
I found a good value of x of around 3.
Richard