StockFetcher Forums · Filter Exchange · Finding beat up stocks that are ready to bounce.<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #37523
Ignore TheRumpledOne
8/18/2005 8:07:57 PM

Fetcher[
set{wCCb,days(weekly close is above weekly close 1 day ago,100)}
set{wCCa,days(weekly close is below weekly close 1 day ago,100)}
set{WCxWC, wCCa - wCCb}

set{T10, count(10 day slope of the close above 0,1)}
set{T60, count(60 day slope of the close above 0,1)}
set{T200, count(200 day slope of the close above 0,1)}

Set{u1, T200 * 1}
Set{u2, T60 * 10}
Set{u3, T10 * 100}

Set{uu, u1 + u2}
Set{TREND, uu + u3}

add column wcxwc
add column trend
add column weekly RSI(2)
add column industry


close above 1
volume above 300000

sort column 5 ascending
]



This is so simple. Want to find beat up stocks? Look for the ones with the longest weekly decline.

So column WCxWC is how many weeks the weekly close has closed higher(+)/lower(-) than the previous week's close.

I put the trend column in so you don't have to look at a chart to see if the stock is in a 10/60/200 up/down trend.

Of course, I have the weekly rsi(2) column.

But, SF, you have a "bug" in your weekly data, the stocks at the top haven't been around that long, like BIDU.

MAY ALL YOUR FILLS BE COMPLETE.




TheRumpledOne
6,407 posts
msg #37524
Ignore TheRumpledOne
8/18/2005 8:10:28 PM

Funny thing, change the sort to DESCENDING and you can find stocks that have peaked and are ready to drop.




StockFetcher Forums · Filter Exchange · Finding beat up stocks that are ready to bounce.<< >>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.