StockFetcher Forums · Filter Exchange · Set up watchlist<< >>Post Follow-up
fortyfour
189 posts
msg #82154
Ignore fortyfour
10/30/2009 6:00:25 PM

I am looking to use a filter to find a basket of stocks to swing trade

that have shown they have a tendancy , say, in the last 90 days to move up, (bounce)

well from an oversold condition. CLF and TNA are the "type" that seem to

match well when looked at "historically" with the filter below. AAPL does not

as I would like to eliminate the likes of AAPL as swing trading possibilities.

I am trying to look for quick gains of 10% or better following an oversold condition.



My question is : Is there a way to count the number of times a stock has done this

(bounce big) in a 90 day look back period?

The filter below is what I have but it does not count the number of times a stock has done
this in the last 90 days

I made a comment the other day and was told I should enroll at Yale by some
deshelved or rankled or rumpled one.
The idea is a simple one........ I just cant find a way to Stockfetcher code it
Any help is appreciated. Thanks.



Fetcher[
set{x, day change(1)}
set{y, sum(x,10)}
days( williams %r(10) crossed below -90,10) is above days( y crossed above 10,10)
and days( y crossed above 10,10) is above -1
close > 10
avg vol(90) > 1000000
add column y
]






chetron
2,817 posts
msg #82188
Ignore chetron
10/31/2009 3:08:48 PM

MAYBE....

Fetcher[

set{x, day change(1)}
set{y, sum(x,10)}
SET{Z,COUNT(Y CROSSED ABOVE 10,90)}
ADD COLUMN Z
DRAW Z
days( williams %r(10) crossed below -90,10) is above days( y crossed above 10,10)

days( y crossed above 10,10) is above -1
close > 10
avg vol(90) > 1000000
add column y
SORT COLUMN 5 DESCENDING
]



fortyfour
189 posts
msg #82211
Ignore fortyfour
11/1/2009 9:30:30 AM

Thanks chetron.... that helps.

StockFetcher Forums · Filter Exchange · Set up watchlist<< >>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.