StockFetcher Forums · Filter Exchange · FADING THE GAP STATISTICS FILTER<< 1 ... 27 28 29 30 31 ... 40 >>Post Follow-up
miketranz
956 posts
msg #69500
Ignore miketranz
12/2/2008 6:00:31 PM

Avery,do you have a clickable filter that shows all stocks that have a greater tendency to"gap up" over the last 30 days? Thanks Mike.....

TheRumpledOne
6,407 posts
msg #69525
Ignore TheRumpledOne
12/3/2008 4:52:43 PM

Image and video hosting by TinyPic

100% FILLED!!

TheRumpledOne
6,407 posts
msg #69560
Ignore TheRumpledOne
12/4/2008 4:04:41 PM

Image and video hosting by TinyPic

TheRumpledOne
6,407 posts
msg #69598
Ignore TheRumpledOne
12/5/2008 4:18:19 PM

Image and video hosting by TinyPic

TheRumpledOne
6,407 posts
msg #69686
Ignore TheRumpledOne
12/8/2008 4:28:04 PM

Image and video hosting by TinyPic

TheRumpledOne
6,407 posts
msg #69687
Ignore TheRumpledOne
modified
12/8/2008 4:29:01 PM

miketranz
12/2/2008 6:00:31 PM

Avery,do you have a clickable filter that shows all stocks that have a greater tendency to"gap up" over the last 30 days? Thanks Mike.....

====================

Just change the 100 to 30 in the filter on page 1.


Fetcher[
/* TRO 30 day 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{gappedup30, count(Xgapup > 0, 30)}
set{gappeddn30, count(Xgapdn > 0, 30)}

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{gapup30f, count(gapupfilled > 0, 30)}
set{gapdn30f, count(gapdnfilled > 0, 30)}

set{gapfilled, gapup30f + gapdn30f}

/* DRAW PLOTS */

DRAW XGAPPED ON PLOT XGAPPED

/* DISPLAY COLUMNS */

and add column gappedup30
and add column gappeddn30
and add column gapfilled
and add column gapup30f
and add column gapdn30f

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

/* SELECTION CRITERIA */

gappedup30 ABOVE 15
CLOSE ABOVE 1
AVERAGE VOLUME(30) ABOVE 1000000


/* SORT CRITERIA */

SORT COLUMN 5 DESCENDING
]



I think that should do it.


miketranz
956 posts
msg #69702
Ignore miketranz
12/9/2008 12:24:06 AM

Avery,thanks again for your help.Mike....

TheRumpledOne
6,407 posts
msg #69726
Ignore TheRumpledOne
12/9/2008 6:03:36 PM

Image and video hosting by TinyPic

TheRumpledOne
6,407 posts
msg #69761
Ignore TheRumpledOne
12/10/2008 4:23:55 PM

Image and video hosting by TinyPic

TheRumpledOne
6,407 posts
msg #69812
Ignore TheRumpledOne
12/12/2008 7:24:08 AM

Image and video hosting by TinyPic

From Dec 11, 2008.



StockFetcher Forums · Filter Exchange · FADING THE GAP STATISTICS FILTER<< 1 ... 27 28 29 30 31 ... 40 >>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.