StockFetcher Forums · Filter Exchange · The Worst of the Worst<< >>Post Follow-up
Railwhore
69 posts
msg #38834
Ignore Railwhore
11/11/2005 8:34:14 PM

This will give you a list of stocks that have had an absolute beating. The word "abused" doesn't even begin to describe the horrors that lurk in this list.
Its default sort is by the 1 Year Low Count with is a count of how many times it hit a new 1 year low. 1MnLCnt is count of how many lows in a month. 1WkLCnt low counts in a week. Then these figures are averaged over 400 days. Sort by the MAs to give stocks that most likely will give you most lows per week or month or year lol. Brutal. Great short potentials/puts contracts in here I shorted BBI down to 4 and low and behold he's right up at the top. Funny thing is (or sad) that you can go to any of these stocks forums and they are all saying "Great buying opp!" LOL. They said that about BBI all the way down to 4.

Warning. These stocks are not "Blood in the streets" or wait for green. They are just pure losers plain and simple. So be very careful on the fills.

Fetcher[set{1YrLCnt, count(close reached a new 1 Year Low,100) }
set{1MnLCnt, count(close reached a new 1 Month Low,30) }
set{1WkLCnt, count(close reached a new 1 Week Low,5) }
set{1YrLMA, cma(1YrLCnt,400)}
set{1MnLMA, cma(1MnLCnt,400)}
set{1WkLMA, cma(1WkLCnt,400)}
show stocks where 1YrLCnt above 15
close above 1
volume above 30000
market not otcbb
add column 1YrLCnt
add column 1MnLCnt
add column 1WkLCnt
add column 1YrLMA
add column 1MnLMA
add column 1WkLMA
draw Linear Regression Channel(90)
sort by column 5 desc
]




houghton
29 posts
msg #38863
Ignore houghton
11/13/2005 11:17:19 AM

Railwhore,

Yep, they're dogs, alright. Nevertheless, backscans of 4, 3, 2, and 1 week show some impressive results.


TheRumpledOne
6,407 posts
msg #38869
Ignore TheRumpledOne
11/14/2005 12:54:26 AM

Fetcher[
set{1YrLCnt, count(close reached a new 1 Year Low,100) }
set{1MnLCnt, count(close reached a new 1 Month Low,30) }
set{1WkLCnt, count(close reached a new 1 Week Low,5) }
set{1YrLMA, cma(1YrLCnt,400)}
set{1MnLMA, cma(1MnLCnt,400)}
set{1WkLMA, cma(1WkLCnt,400)}
show stocks where 1YrLCnt above 15
close above 1
volume above 30000
market not otcbb
add column 1YrLCnt
add column 1MnLCnt
add column 1WkLCnt
add column 1YrLMA
add column 1MnLMA
add column 1WkLMA
draw Linear Regression Channel(90)
sort by column 5 descending

/* modifications below */
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}

TREND above 0
add column TREND
]



Picking out the best of the worst... stocks showing at least one uptrend of 10, 60 or 200 days.

MAY ALL YOUR FILLS BE COMPLETE.


StockFetcher Forums · Filter Exchange · The Worst of the Worst<< >>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.