StockFetcher Forums · Filter Exchange · Scan for 1 year low.....................<< >>Post Follow-up
UNITED
81 posts
msg #48245
Ignore UNITED
11/29/2006 9:55:26 PM

with hi volume blow off,highest of the year.Then stocks comes up in the next few days and breaks a 10 DMA.Any filters for this one????????


traderblues
195 posts
msg #48247
Ignore traderblues
11/30/2006 7:05:58 AM

This is a start, but it could use some more work. Maybe someone else can help.

Fetcher[count(close reached a new 1 year low,10) is above 0
set{dcrev,day change * -1}
set{blowoff,dcrev * volume}
and count(blowoff reached a new 1 year high,10) is above 0
and price is above ma(10)
]




maxreturn
745 posts
msg #48248
Ignore maxreturn
11/30/2006 8:18:19 AM

Here ya go:

Fetcher[show stocks where low reached a new 1 year low within the last 3 days and volume reached a new 1 year high within the last 3 days and price crossed above ma(10)]




UNITED
81 posts
msg #48267
Ignore UNITED
11/30/2006 10:45:25 PM

Thanks.....


as214
184 posts
msg #48336
Ignore as214
12/2/2006 2:58:59 PM

Any scan for a one year low must include the phrase "PE is between 8 and 12".. I havent even looked but I guarantee it will significantly increase the performance of this filter..


TheRumpledOne
6,407 posts
msg #48343
Ignore TheRumpledOne
modified
12/2/2006 7:49:12 PM

Fetcher[
low reached a new 1 year low within the last week
volume reached a new 1 year high within the last week
PE is between 8 and 12

and add column high 52 week high
and add column low 52 week low

]



Taking a different approach:

Fetcher[
set{dayshi, days(high equal high 52 week high, 100) }
set{dayslo, days(low equal low 52 week low, 100) }

set{fail, dayshi + dayslo }

set{profitlg, close minus low 52 week low}
set{profitsh, high 52 week high minus close }

PE is between 8 and 12

dayslo > -1



and add column dayshi
and add column dayslo

and add column profitlg
and add column profitsh

and add column high 52 week high
and add column low 52 week low


sort column 6 ascending
]



Let's get all the PE 8 - 12 stocks and check how many days since they have topped/bottomed.

Profitlg column is the close minus the 52 week low.
Profitsh column is the 52 week high minus the close.









StockFetcher Forums · Filter Exchange · Scan for 1 year low.....................<< >>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.