StockFetcher Forums · General Discussion · I trade just one stock, TRO-style<< 1 ... 16 17 18 19 20 ... 21 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #68891
Ignore TheRumpledOne
10/29/2008 3:50:15 PM

13th_floor

modified 10/28/2008 8:16:19 PM

"...I sweat the details...not satisfied with the same old same old "cows" for a few %...they are most likely always there...I know those...give me the freshness"

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

SPF

OPEN 3.10

HIGH 3.48



miketranz
956 posts
msg #68895
Ignore miketranz
10/30/2008 9:25:26 AM

Jim,can you give me some details on how that filter works?Is it designed to catch gap opens?I used a few date offsets,and the only stock that kept coming up was SPF.I myself only buy the close,and sell into the open.If there's any other filters that you know of that find stocks that have a high percentage of gap opens,please let me know.Thank you in advance for info.Mike..

chetron
2,817 posts
msg #68896
Ignore chetron
10/30/2008 9:31:58 AM

mike, you need to remove the "symlist is spf" line if you want the filter to show all.

hth



SFMc01
358 posts
msg #68903
Ignore SFMc01
10/31/2008 9:48:39 AM

miketranz & chetron: Respectfully, which specific filter are you referring to? If possible, could you repost the entire filter? Thanks ... Steve

chetron
2,817 posts
msg #68907
Ignore chetron
10/31/2008 10:21:43 AM


OR JUST GO BACK ONE PAGE, HTH



chetron
2,817 posts
msg #68910
Ignore chetron
modified
10/31/2008 12:05:58 PM





OR maybe jim was speaking to this, HTH

TheRumpledOne
6,407 posts
msg #70113
Ignore TheRumpledOne
12/29/2008 11:00:11 AM

RUN SPF, RUN!!

johnsund
16 posts
msg #70143
Ignore johnsund
12/29/2008 6:51:08 PM

TRO -

Just found this thread, and could not but help laugh outl oud at the exchange between Max and yourself on page 1. Does that describe what has been going on between you and me or what???

Thanks for your patience and generosity!!!!



TheRumpledOne
6,407 posts
msg #70155
Ignore TheRumpledOne
12/30/2008 9:50:33 AM

You're welcome.

jimhbutton
104 posts
msg #70411
Ignore jimhbutton
modified
1/6/2009 1:56:07 AM

Mike wrote:

"Jim...I myself only buy the close,and sell into the open.If there's any other filters that you know of that find stocks that have a high percentage of gap opens,please let me know.Thank you in advance for info.Mike.."

Sorry Mike, I've been away for a few months. In answer to your question try this:

Fetcher[
/* Ultimate Previous-Close-to-Open Gap-Up 10+ Cent Bullish Stat Filter */


set{Gap1, Open - Close 1 day ago }
set{Gap2, Open 1 day ago - Close 2 days ago}
set{Gap3, Open 2 days ago - Close 3 days ago}
set{Gap4, Open 3 days ago - Close 4 days ago}
set{Gap5, Open 4 days ago - Close 5 days ago}

set{ Avg3 , CMA( Gap1 , 3 ) }
set{ Avg5 , CMA( Gap1 , 5 ) }
set{ Avg10 , CMA( Gap1 , 10 ) }
set{ Avg30 , CMA( Gap1 , 30 ) }
set{ Avg100 , CMA( Gap1 , 100 ) }
set{ Avg250 , CMA( Gap1 , 250 ) }
set{ Avg400 , CMA( Gap1 , 400 ) }

set{Day1, count( Gap1 > .099 , 1)}
set{Day2, count( Gap1 > .099 , 2)}
set{Day3, count( Gap1 > .099 , 3)}
set{Day4, count( Gap1 > .099 , 4)}
set{Day5, count( Gap1 > .099 , 5)}
set{Day6, count( Gap1 > .099 , 6)}
set{Day7, count( Gap1 > .099 , 7)}
set{Day8, count( Gap1 > .099 , 8)}
set{Day9, count( Gap1 > .099 , 9)}
set{Day10, count( Gap1 > .099 , 10)}
set{Day15, count( Gap1 > .099 , 15)}
set{Day20, count( Gap1 > .099 , 20)}
set{Day25, count( Gap1 > .099 , 25)}
set{Day30, count( Gap1 > .099 , 30)}
set{Day40, count( Gap1 > .099 , 40)}
set{Day50, count( Gap1 > .099 , 50)}
set{Day75, count( Gap1 > .099 , 75)}
set{Day100, count( Gap1 > .099 , 100)}

/* DISPLAY COLUMNS */

add column separator
add column separator
add column Gap5 {(5)}
add column Gap4 {(4)}
add column Gap3 {(3)}
add column Gap2 {(2)}
add column Gap1 {(1)}

add column separator
add column separator
add column Day1 {1}
add column Day2 {2}
add column Day3 {3}
add column separator
add column Avg3
add column separator
add column Day4 {4}
add column Day5 {5}
add column separator
add column Avg5
add column separator

add column Day6 {6}
add column Day7 {7}
add column Day8 {8}
add column Day9 {9}
add column Day10 {10}
add column separator
add column Avg10
add column separator

add column Day15 {15}
add column Day20 {20}
add column Day25 {25}
add column Day30 {30}
add column separator
add column Avg30
add column separator
add column Day40 {40}
add column Day50 {50}
add column Day75 {75}
add column Day100 {100}
add column separator
add column Avg100
add column Avg250
add column Avg400
add column separator
add column separator

/* SELECTION CRITERIA */

and draw Linear Regression Indicator(20)
and draw Linear Regression(45,1.0)
and draw Linear Regression Slope(10)

and draw Parabolic SAR(0.09,0.9)

and draw MA(50)
and draw MA(200)

SYMLIST( )

/* SORT CRITERIA */

SORT COLUMN 43 DESCENDING

]



The number headings in parenthesis -- (5) (4) (3) (2) (1) -- are the individual five day previous-close-to-open gap up figures.

They are followed by number headings that are simply trading days with the number beneath reflecting how many of those days had 10+ cent gap ups. This is a helpful feature for determining which stocks are on a "hot streak" in terms of gapping up 10+ cents. For example, the column "10" reveals the number of days out of the past 10 that the stock has gapped up 10+ cents (i.e., 10-of-the-last-10-days, 9-of-the-last-10-days, etc.)

The filter is preset to give the "100" column results sorted in descending order, from higher-to-lower percentages, based on the typical 100-day statistical standard. The stocks that I hunt for are those that are on a recent 10-day "hot streak" and that also have comparatively high longer-term (e.g., 100-, 75-, 50-, 30-, or 25-day) statistical results.

These number headings are interspersed with "avg3", "avg5", "avg10", "avg30", "avg100", "avg250", and "avg400" columns showing what the average gap up is for the number of days indicated.

Happy gapping.

Jim

StockFetcher Forums · General Discussion · I trade just one stock, TRO-style<< 1 ... 16 17 18 19 20 ... 21 >>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.