StockFetcher Forums · General Discussion · VOLUME % CHANGE<< >>Post Follow-up
mslattery@dc.rr.com
91 posts
msg #34766
Ignore mslattery@dc.rr.com
1/5/2005 10:10:26 PM

Is it possiable to determine the percentage change in volume from the Average Volume(100) and display only those stocks that are at a reduced volume of 5% or greater, i.e., (-5%, -6%, -7% ..... -239%). A colume that displays the percentage change would be helpful?

I am looking for stocks that have 6% or greater reductions in volume at reversals. It seem that in SF it would be easier to compare against Historical Lows or Average Volume. I picked Average Vol here but either would be fine.

Thanks for the assistance

Michael


mslattery@dc.rr.com
91 posts
msg #34773
Ignore mslattery@dc.rr.com
1/6/2005 2:56:36 AM

set{VolPctChg, volume / Average Volume(100)}
VolPctChg * 100
add column VolPctChg
sort column 5 asending

This is as close as I have gotten. It does not provide negative numbers for days where the volume is below the Ave Vol 100. It does not cut of the list at anything greater than -5%.

Found what is here from filter archive.

Michael


xplorer
257 posts
msg #34776
Ignore xplorer
1/6/2005 8:51:03 AM

Fetcher[

set{VolChg, volume - Average Volume(100)}
set{VolPctChg,VolChg/Volume}
set{VPC,VolPctChg * 100}

/* TEST LINE - just to show both Pos and Neg results */
VPC is between -1 and 1

/* to Verify the results display Average Volume 100 /*
add column Average Volume(100)

add column VPC
sort column 6 descending

]




mslattery@dc.rr.com
91 posts
msg #34793
Ignore mslattery@dc.rr.com
1/7/2005 12:51:43 AM

Dear Xplorer:

Thanks, this was nice of you to help.

I tried this by clicking on the magnifying glass and it returned an error message and no zero results.

Any ideas?

Michael


xplorer
257 posts
msg #34799
Ignore xplorer
1/7/2005 8:24:51 AM

I had a little typo ... one of the comment lines was not closed properly.


Fetcher[
set{VolChg, volume - Average Volume(100)}
set{VolPctChg,VolChg/Volume}
set{VPC,VolPctChg * 100}

/* TEST LINE - just to show both Pos and Neg results */
/* ...reset this to the range you want */
VPC is between -1 and 1

/* to Verify the results display Average Volume 100 */
/* This next line is not needed, other than to verify the logic */
add column Average Volume(100)

add column VPC
sort column 6 descending
]




StockFetcher Forums · General Discussion · VOLUME % CHANGE<< >>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.