StockFetcher Forums · General Discussion · Volume question<< >>Post Follow-up
mdl060374
94 posts
msg #58709
Ignore mdl060374
modified
1/2/2008 5:19:39 PM

I tried doing a search and combed thourgh some threads, but didnt come up with anything..

Is there a way to compare yesterdays volume to an average volume in % form?

for example: show stocks where yesterdays volume is less than 50% of average volume(15)

(I wanted to avoid using "show stocks where volume has been declining for X amount fo day b/c I wanted it to be less strcit.)


chetron
2,817 posts
msg #58710
Ignore chetron
modified
1/2/2008 7:02:59 PM

maybe this?


Fetcher[

set{var1,indposition(avgvol(15),60) * 100}

add column var1 1 day ago {av15percent}

draw var1

var1 1 day ago < 50
volume > 1000000
close > 2

sort column 5 descending

]



nikoschopen
2,824 posts
msg #58714
Ignore nikoschopen
1/2/2008 10:19:16 PM

show stocks where yesterdays volume is less than 50% of average volume(15)

Fetcher[
set{avgvol15, avgvol(15) * 0.5)
volume 1 day ago below avgvol15
]



chetron
2,817 posts
msg #58715
Ignore chetron
1/2/2008 10:27:57 PM

you're right, nik

Fetcher[

set{avgvol15, avgvol(15) * 0.5}
volume 1 day ago below avgvol15

]



mdl060374
94 posts
msg #58722
Ignore mdl060374
modified
1/3/2008 2:39:26 PM

Thanks guys. Appreciate the feedback.



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