StockFetcher Forums · General Discussion · gap up between 5% - 10%<< >>Post Follow-up
levamit
101 posts
msg #55382
Ignore levamit
9/29/2007 6:30:54 PM

hi,
i try to build this kind of filter : the Price Close gap up between 5% - 10%.
thanks for your help.
amit

nikoschopen
2,824 posts
msg #55396
Ignore nikoschopen
9/30/2007 4:15:25 AM

Fetcher[
gap between 5 and 10
and add column gap
and sort column 5 ascending
]



TheRumpledOne
6,407 posts
msg #55405
Ignore TheRumpledOne
modified
9/30/2007 10:03:10 AM

Fetcher[
set{avggap, cma(gap, 30) }
avggap between 5 and 10
and add column avggap
and sort column 5 descending

close above 1
volume above 1000000
]



Looking at the average gap tells a different story.

Fetcher[
set{avggap, cma(gap, 30) }
avggap above 2
and add column avggap
and sort column 5 descending

close above 1
volume above 1000000
]



Fetcher[
/* 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, 100)}
set{gappeddn100, count(Xgapdn > 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{gapdn100f, count(gapdnfilled > 0, 100)}

set{gapfilled, gapup100f + gapdn100f}

/* DRAW PLOTS */

DRAW XGAPPED ON PLOT XGAPPED

/* DISPLAY COLUMNS */

and add column gappedup100
and add column gappeddn100
and add column gapfilled
and add column gapup100f
and add column gapdn100f

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

/* SELECTION CRITERIA */

cma(gap, 100) ABOVE 1
AVERAGE VOLUME(30) ABOVE 1000000
MARKET IS NASDAQ

/* SORT CRITERIA */

SORT COLUMN 7 DESCENDING
]




Stats tell the whole gap story.


StockFetcher Forums · General Discussion · gap up between 5% - 10%<< >>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.