StockFetcher Forums · Filter Exchange · Counting Volume with AND statement<< >>Post Follow-up
mktmole
325 posts
msg #53219
Ignore mktmole
7/18/2007 10:17:46 AM

Any ideas why this does not run correctly? Thank you

Fetcher[set{A, count(volume is greater than volume 60 day low * 5.0) is equal to 1}
set{B, count(volume is greater than volume 1 day ago * 3.0) is equal to 1}
set{X,A+B}
show stocks where X equals 2
and market is not OTCBB
and average volume(90) above 100,000
and price above 5
and date offset is 1 day
]




dangreene
229 posts
msg #53221
Ignore dangreene
modified
7/18/2007 10:38:00 AM

deleted. No time.

rtucker
318 posts
msg #53233
Ignore rtucker
modified
7/18/2007 2:39:59 PM

Maybe this is what you need.

I take it that your two conditions are that

1) todays volume is greater than (five times the 60 day volume low)

2) todays volume is three times greater than yesterdays volume


AND example

Fetcher[set{a, volume 60 day low * 5}
set{ b, count(volume > a ,1) }
set{c, volume 1 day ago * 3}

b > 0
and
volume > c
]




OR example

Fetcher[set{a, volume 60 day low * 5}
set{ b, count(volume > a ,1) }
set{ c , VOLUME 1 DAY AGO * 3}
set{d, count(volume > c,1)}
set{or1, b + d}
or1 > 0
add column b
add column d
]








mktmole
325 posts
msg #53246
Ignore mktmole
7/19/2007 12:29:42 AM

Thank you RT !

StockFetcher Forums · Filter Exchange · Counting Volume with AND statement<< >>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.