StockFetcher Forums · General Discussion · Help please<< >>Post Follow-up
alexgwoodruff
17 posts
msg #46325
Ignore alexgwoodruff
8/12/2006 3:52:36 AM

I am trying to write a filter for a stock that has increased volume and upward movement after a period of flatlining. This is what I have written so far, the syntax appears correct, but I cannot get a single result.

set{hilo, high - low}
where close is between 0.1 and 10
where volume is more than average volume(90)
where hilo is more than hilo for last 1 months
where close above open

Thanks for looking

-A-


contrahawk
68 posts
msg #46326
Ignore contrahawk
modified
8/12/2006 8:06:04 AM






traderblues
195 posts
msg #46327
Ignore traderblues
8/12/2006 8:38:08 AM

Good Idea!

Fetcher[set{hilo, high - low}
where close is between 0.1 and 10
where volume is above average volume(90)
where hilo reached a new 20 day high
where close is above open
]




traderblues
195 posts
msg #46328
Ignore traderblues
8/12/2006 8:45:40 AM

You could filter it down farther to get the strongest stocks:

Fetcher[set{hilo, high - low}
where close is between 0.1 and 10
where volume is above average volume(90)
and volume is above 50000
where hilo reached a new 20 day high
where relative strength(^IXIC,200) reached a new 50 day high
where close is above open
]




alexgwoodruff
17 posts
msg #46334
Ignore alexgwoodruff
8/12/2006 1:30:03 PM

Thanks traderblues.... thats exactly what I was looking for!


StockFetcher Forums · General Discussion · Help please<< >>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.