Here is the statistical scan that shows percent fills etc.
Plug into stickfetcher
* gap fill statistics */
set{Xgapped, open - close 1 day ago}
set{Xgapup, count(Xgapped > 0, 1)}
set{Xgapdn, count(Xgapped < 0, 1)}
set{absgap, abs(Xgapped)}
set{gappedup100, count(Xgapup > 0...