StockFetcher Forums · General Discussion · Is it possible to get a volume filter to work like this?<< >>Post Follow-up
bmiller365
5 posts
msg #102480
Ignore bmiller365
8/28/2011 3:41:39 AM

I am a new member and I can't get this to work.

Is it possible to show stocks that have traded share volume, from today's trading session or the previous trading session, that is 100% and higher than their 30 day average share volume, and to show the percentage of volume increase, from today's trading session or the previous trading session, verses their 30 day average volume? Thank You.

Share Price Range: $ TO $

Jump in Share Vol vs. 30 day Avg Share Vol: Greater than 100%

Percentage vol increase vs. 30 day Avg Vol.




SAFeTRADE
630 posts
msg #102481
Ignore SAFeTRADE
8/28/2011 8:40:43 AM

Fetcher[
set{volinc, volume / average volume(30)}
close between 1 and 5
add column volinc
add column average volume(30){vol30}
draw average volume(30)
sort column 5 descending
]



duke56468
683 posts
msg #102484
Ignore duke56468
8/28/2011 12:49:54 PM

Adding to SafeTrades filter, this may also help you get started.

Fetcher[
set{volinc, volume- average volume(30)}
set{volinc1,volinc/average volume(30)}
set{percentinc, volinc1*100}
and volume is > 100% above average volume(30)
and close is above close 1 day ago

close is between 5 and 10
add column percentinc
add column average volume(30){vol30}
draw average volume(30)
sort column 5 descending
]



bmiller365
5 posts
msg #102510
Ignore bmiller365
8/30/2011 4:03:29 AM

Thank You.

StockFetcher Forums · General Discussion · Is it possible to get a volume filter to work like this?<< >>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.