StockFetcher Forums · General Discussion · I trade just one stock, TRO-style<< 1 ... 17 18 19 20 21 >>Post Follow-up
chetron
2,817 posts
msg #70412
Ignore chetron
modified
1/6/2009 6:26:10 AM

AND FOR THE BASICS....

updated to find instruments like ICLN....
i can go as high as column 34...

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 34 DESCENDING


]



jimhbutton
104 posts
msg #70421
Ignore jimhbutton
1/6/2009 12:55:09 PM

Thanks Chetron. I forgot about the basic package. I appreciate you covering my blindspots.

One other filter that I use in conjunction with the "Ultimate Previous-Close-to-Open Gap-Up 10+ Cent Bullish Stat Filter" is the following "Days 1 - 30 Bullish Gap-Up Stats" scan. Just insert your stock(s) symbol in the "SYMLIST( )" parenthesis and you will have a six week readout of the stock's daily gap up history:

Fetcher[
/* Days 1 - 30 Bullish Gap-Up Stats */

set{Gp-Up1, Open - Close 1 day ago}
set{Gp-Up2, Open 1 day ago - Close 2 days ago}
set{Gp-Up3, Open 2 days ago - Close 3 days ago}
set{Gp-Up4, Open 3 days ago - Close 4 days ago}
set{Gp-Up5, Open 4 days ago - Close 5 days ago}
set{Gp-Up6, Open 5 days ago - Close 6 days ago}
set{Gp-Up7, Open 6 days ago - Close 7 days ago}
set{Gp-Up8, Open 7 days ago - Close 8 days ago}
set{Gp-Up9, Open 8 days ago - Close 9 days ago}
set{Gp-Up10, Open 9 days ago - Close 10 days ago}
set{Gp-Up11, Open 10 days ago - Close 11 days ago}
set{Gp-Up12, Open 11 days ago - Close 12 days ago}
set{Gp-Up13, Open 12 days ago - Close 13 days ago}
set{Gp-Up14, Open 13 days ago - Close 14 days ago}
set{Gp-Up15, Open 14 days ago - Close 15 days ago}
set{Gp-Up16, Open 15 days ago - Close 16 days ago}
set{Gp-Up17, Open 16 days ago - Close 17 days ago}
set{Gp-Up18, Open 17 days ago - Close 18 days ago}
set{Gp-Up19, Open 18 days ago - Close 19 days ago}
set{Gp-Up20, Open 19 days ago - Close 20 days ago}
set{Gp-Up21, Open 20 days ago - Close 21 days ago}
set{Gp-Up22, Open 21 days ago - Close 22 days ago}
set{Gp-Up23, Open 22 days ago - Close 23 days ago}
set{Gp-Up24, Open 23 days ago - Close 24 days ago}
set{Gp-Up25, Open 24 days ago - Close 25 days ago}
set{Gp-Up26, Open 25 days ago - Close 26 days ago}
set{Gp-Up27, Open 26 days ago - Close 27 days ago}
set{Gp-Up28, Open 27 days ago - Close 28 days ago}
set{Gp-Up29, Open 28 days ago - Close 29 days ago}
set{Gp-Up30, Open 29 days ago - Close 30 days ago}

/* DISPLAY COLUMNS */

add column separator
add column separator
add column Gp-Up1 {1}
add column Gp-Up2 {2}
add column Gp-Up3 {3}
add column Gp-Up4 {4}
add column Gp-Up5 {5}
add column Gp-Up6 {6}
add column Gp-Up7 {7}
add column Gp-Up8 {8}
add column Gp-Up9 {9}
add column Gp-Up10 {10}
add column Gp-Up11 {11}
add column Gp-Up12 {12}
add column Gp-Up13 {13}
add column Gp-Up14 {14}
add column Gp-Up15 {15}
add column Gp-Up16 {16}
add column Gp-Up17 {17}
add column Gp-Up18 {18}
add column Gp-Up19 {19}
add column Gp-Up20 {20}
add column Gp-Up21 {21}
add column Gp-Up22 {22}
add column Gp-Up23 {23}
add column Gp-Up24 {24}
add column Gp-Up25 {25}
add column Gp-Up26 {26}
add column Gp-Up27 {27}
add column Gp-Up28 {28}
add column Gp-Up29 {29}
add column Gp-Up30 {30}
add column separator
add column separator

/* SORT CRITERIA */

SYMLIST( )

SORT COLUMN 2 DESCENDING
]



When you are face-to-face with an impressive string of day-after-day results (e.g., ICLN as of the first week of Jan. 2009) it may embolden you to take the plunge.

Jim

burns1971
16 posts
msg #70461
Ignore burns1971
1/7/2009 9:16:04 PM

Jim,

Do you trade ICLN? If so, how many shares are you able to trade without running into problems? I noticed that its volume tends to be pretty low.

Thanks for taking the time to post your filter and info. I'm very intrigued.

Bill


jimhbutton
104 posts
msg #70467
Ignore jimhbutton
modified
1/7/2009 11:50:31 PM

Hi Bill,

I haven't traded ICLN. I haven't checked this particular filter in months.

With real light volume you'd have to keep your share numbers proportionally low. If it were me I'd start with 100 shares and day-by-day I'd work my way up to critical mass.

Jim


burns1971
16 posts
msg #70472
Ignore burns1971
1/8/2009 6:18:31 AM

Thanks, Jim. I was thinking that low was the way to go, but being a newbie I lack the experience.

Thank you also to everyone who has taken the time to generously contribute their knowledge to this forum.

Bill

klynn55
747 posts
msg #70474
Ignore klynn55
1/8/2009 8:14:46 AM

Jim: you wrote:
When you are face-to-face with an impressive string of day-after-day results (e.g., ICLN as of the first week of Jan. 2009) it may embolden you to take the plunge.

Jim: how did you find ICLN? IS there a filter that will find these runners?


chetron
2,817 posts
msg #70475
Ignore chetron
1/8/2009 8:24:35 AM

k,
i updated the filter at the top of page to find iclnish things.


hth


klynn55
747 posts
msg #70477
Ignore klynn55
1/8/2009 9:12:42 AM

chet;

thanks, early morning nosees!

jimhbutton
104 posts
msg #70488
Ignore jimhbutton
modified
1/8/2009 12:34:51 PM

Hi klynn55,

"Jim: you wrote: When you are face-to-face with an impressive string of day-after-day results (e.g., ICLN as of the first week of Jan. 2009) it may embolden you to take the plunge. Jim: how did you find ICLN? IS there a filter that will find these runners?"

I typically use "SORT COLUMN 36 DESCENDING" in the above filter to get the highest percentage performing stocks over the past 6 weeks (i.e., 30 trading days). ICLN came out on top of that scan.

What Chetron did instead was to insert "SORT COLUMN 29 DESCENDING" which yields over a shorter range the highest percentage "hottest stocks" over the past 2 weeks (i.e., 10 trading days). You can find a range that suits your style (e.g., one week/5 trading days or 20 weeks/100 trading days) and adjust the "SORT COLUMN ?? DESCENDING" function accordingly.

Also, don't forget you can click on any of the scan's headings and it will sort that particular column in ascending or descending order.

Jim

chetron
2,817 posts
msg #70489
Ignore chetron
1/8/2009 1:12:10 PM

i can go as high as column 34 for the basics and icln is on top.




StockFetcher Forums · General Discussion · I trade just one stock, TRO-style<< 1 ... 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.