StockFetcher Forums · General Discussion · Help to write a filter for bottom higher than previous bottom<< >>Post Follow-up
rrrbbbggguo
29 posts
msg #37697
Ignore rrrbbbggguo
8/29/2005 10:42:53 PM

Hi Friends:

I found many stock will up strongly when it reach the previous bottom, so I wonder whether it's possible to write a filter to find these stocks when they are bottom on previous bottom or on higher position of previous bottom?

Thanks!

rguo


rrrbbbggguo
29 posts
msg #37704
Ignore rrrbbbggguo
8/30/2005 12:13:56 AM

Please share you program skills to write this great filter, and let's share this filter to get profit and fun


TheRumpledOne
6,407 posts
msg #37708
Ignore TheRumpledOne
8/30/2005 9:01:33 AM

That's funny, I just read in SFO last night that when stocks hit bottom they usually go lower...

Fetcher[
set{hit52wlo, count(low equal low 52 week low,5)}

add column hit52wlo

hit52wlo above 0

close above low 52 week low

sort column 5 descending
]



This will find stocks that hit their 52 week low at least once in the past 5 days amd have "bounced".

MAY ALL YOUR FILLS BE COMPLETE.


rrrbbbggguo
29 posts
msg #37718
Ignore rrrbbbggguo
8/30/2005 3:36:02 PM

TheRumpledOne:

From the results got from the filter you set for us, it seems you are right. We need further to figure out why some of them are rebouncing so significantly and why some of them are just keeping down.

Anyone has good idea or experience with the issue?


Railwhore
69 posts
msg #37726
Ignore Railwhore
8/30/2005 9:20:02 PM

You could add a nice candle pattern, a MACD xover, and current day closing up which provides a very small collection with nice results:

Fetcher[set{hit52wlo, count(low equal low 52 week low,5)}
set{x, count(pattern bullish engulfing,2)}
add column hit52wlo
add column x
hit52wlo above 0
x above 0
close above low 52 week low
and MACD fast line(12,26) crossed above MACD slow line(12,26) within the last 5 days
and close above open
sort column 5 descending
]






StockFetcher Forums · General Discussion · Help to write a filter for bottom higher than previous bottom<< >>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.