StockFetcher Forums · Filter Exchange · A Gap filter<< >>Post Follow-up
ranjuand
6 posts
msg #110351
Ignore ranjuand
1/19/2013 1:30:39 AM

I want to write a filter to for the following condition.
1. volume today is above 1.5 times average volume(50) and
2. gap is at least 0.75 * ATR(40)
3. close is higher than open
can somebody help me out?



dwiggains
441 posts
msg #110580
Ignore dwiggains
1/25/2013 5:59:25 PM

Fetcher[
close > 1 and average volume (30) > 300000
set {V, volume / average volume (50)} and V > 1.5
set {a, open minus close 1 day ago}
set {R, a / atr (40)} add column R and sort column 5 descending
add column a
add column atr (40)
R > .75
close > open
]




good luck
see ya
David

StockFetcher Forums · Filter Exchange · A Gap filter<< >>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.