StockFetcher Forums · Filter Exchange · Continuing the Gap Up Move<< >>Post Follow-up
mktmole
325 posts
msg #55790
Ignore mktmole
10/17/2007 9:29:02 PM

A twist; based on TRO's Fading the Gap.

Fetcher[/* Gap with LOW gap fill% and Vol */

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, 100)}

set{cl1lo, close 1 day ago - low}
set{hicl1, high - close 1 day ago }

set{fillup, count(cl1lo > 0, 1)}
set{filldn, count(hicl1 > 0, 1)}

set{gapupfilled, Xgapup * fillup }
set{gapdnfilled, Xgapdn * filldn }

set{gapup100f, count(gapupfilled > 0, 100)}

set{voldiff, average volume(1) - average volume(30)}
set{volratio, voldiff / average volume(30)}
set{volpercent, volratio*100.0}
/* volpercent is above 100 */
and do not draw volpercent
and add column VolPercent {Vol>100%}

/* DRAW PLOTS */

DRAW XGAPPED ON PLOT XGAPPED

/* DISPLAY COLUMNS /

/* and add column gappedup100 */
and add column gapup100f

and add column cma(absgap, 100)
and add column absgap 100 day high
and add column absgap 100 day low

/* SELECTION CRITERIA */

close above 1
average volume(30) above 300,000
gapup100f < 30
and open is > .5 percent above high 1 day ago
and close is > .4 percent above open

/* Add Entry Criteria * /

/* SORT CRITERIA */
SORT COLUMN 5 ASCENDING
]




StockFetcher Forums · Filter Exchange · Continuing the Gap Up Move<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.