StockFetcher Forums · General Discussion · Volume<< >>Post Follow-up
mmason01
2 posts
msg #48589
Ignore mmason01
12/13/2006 2:26:39 PM

I am trying to write a statment that, among other criteria, will select only stocks with a volume today that is 200% (or other value) greater than 30 or 60 or 90 days average. The book has one that is "vol is more than 200% avgvol" but it is not selecting vol greater than a the 30, 60, 90 day avgvol.

Help please


TheRumpledOne
6,407 posts
msg #48602
Ignore TheRumpledOne
modified
12/14/2006 9:14:14 AM

Fetcher[
set{v30, average volume(30) * 2 }
set{v60, average volume(60) * 2 }
set{v90, average volume(90) * 2 }

set{T30, count(volume above v30,1)}
set{T60, count(volume above v60,1)}
set{T90, count(volume above v90,1)}

Set{a1, T90 * 1}
Set{a2, T60 * 10}
Set{a3, T30 * 100}

Set{aa, a1 + a2}
Set{V306090, aa + a3}

add column V306090
add column v30
add column v60
add column v90

V306090 above 0

sort column 5 descending
]



WHEN V306090 equals 111 then volume is greater than 200% of the 30, 60 and 90 day average volume.









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