StockFetcher Forums · General Discussion · picks(12-06)<< >>Post Follow-up
johnpaulca
12,036 posts
msg #57626
Ignore johnpaulca
modified
12/5/2007 3:27:44 PM



Fetcher[
* TRO STAT SCAN */

symlist(nvda,fcel,igt,fst,apa,stld,het,tap,syna,rnow,alti,ice)

set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{ClxCl , CCa - CCb}

add column ClxCl

/* Long Profit Percent Statistics Display */

set{volcnt, count(volume above 1000000, 100) }
set{volzero, count(volume equal 0, 100) }

set{HiOp, high - open}
set{Long_Profit, HiOp/open }

set{B1A, count(Long_Profit > .01 , 100)}
set{B2A, count(Long_Profit > .05, 100)}
set{B0010, B1A - B2A}

set{F1A, count(Long_Profit > .05 , 100)}
set{F2A, count(Long_Profit > .10, 100)}
set{F3040, F1A - F2A}

set{I100, count(Long_Profit > .10 , 100)}

add column HiOp
add column Long_Profit {ProfitPct}

and add column B0010 {1_5}
and add column F3040 {5_10}
and add column I100 {10___}

and add column volcnt
and add column volzero

sort column 10 descending
Draw bollinger band(40,0.4)
]




davesaint86
725 posts
msg #57628
Ignore davesaint86
12/5/2007 3:55:33 PM

Cool. You can add NVDA to the list. It fits in here nicely. It's my favorite stock to trade. High beta stock with good swings.

Dave

johnpaulca
12,036 posts
msg #57630
Ignore johnpaulca
12/5/2007 4:20:56 PM

Dave....how are trading this puppy.???

TheRumpledOne
6,407 posts
msg #57646
Ignore TheRumpledOne
12/5/2007 7:14:15 PM

Fetcher[
* TRO STAT SCAN */

symlist(nvda,fcel,igt,fst,apa,stld,het,tap,syna,rnow,alti,ice,NDVA)

set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{ClxCl , CCa - CCb}

add column ClxCl

/* Long Profit Percent Statistics Display */

set{volcnt, count(volume above 1000000, 100) }
set{volzero, count(volume equal 0, 100) }

set{HiOp, high - open}
set{Long_Profit, HiOp/open }

set{B1A, count(Long_Profit > .01 , 100)}
set{B2A, count(Long_Profit > .05, 100)}
set{B0010, B1A - B2A}

set{F1A, count(Long_Profit > .05 , 100)}
set{F2A, count(Long_Profit > .10, 100)}
set{F3040, F1A - F2A}

set{I100, count(Long_Profit > .10 , 100)}


SET{XRANGE, HIGH - LOW}
SET{BUCK, COUNT(XRANGE ABOVE .9999, 100) }
add column BUCK

add column HiOp
add column Long_Profit {ProfitPct}

and add column B0010 {1_5}
and add column F3040 {5_10}
and add column I100 {10___}

and add column volcnt
and add column volzero

sort column 11 descending
Draw bollinger band(40,0.4)

]



I added column BUCK... the number of days out of the last 100 that the range ( high - low ) was a dollar or more.

HTH.

chip
67 posts
msg #57706
Ignore chip
12/6/2007 2:29:15 PM

This is a really impressive list -- as of 2:30 est, 10 of these 11 are up.

How did you pick those 11 out of 10,000 returned by the filter?

betyerbottomdollar
169 posts
msg #57709
Ignore betyerbottomdollar
12/6/2007 4:22:54 PM

I think 10 out of 11 stocks all across the board are up.


davesaint86
725 posts
msg #57714
Ignore davesaint86
12/6/2007 9:00:15 PM

NVDA that has been for the most part in an uptrend since 9/06. What I like about this stock is that there are a lot of 3-5% swings. I bought NVDA once again on 11/13/07 and so far have a 9.79% gain. Usually I do not hold it this long. If you see NVDA drop 4-6% you jump in and buy it and most likely within 5 days or so if the overall market is in an uptrend you can make a quick 3-5%. This is one stock I think I could trade over and over. Just this one stock. I guess take a look at the chart and you probably can determine how many days on average it takes to get to support then back up to resistance.

Dave

johnpaulca
12,036 posts
msg #57733
Ignore johnpaulca
12/7/2007 8:53:23 AM

thanks for sharing Dave.

StockFetcher Forums · General Discussion · picks(12-06)<< >>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.