StockFetcher Forums · Filter Exchange · Adding Vol% Change column?<< >>Post Follow-up
jhenninger
63 posts
msg #53074
Ignore jhenninger
7/13/2007 3:34:39 PM

Is there a way to add a Vol% Change column to the list so you can sort by this criteria?

Thanks,

Jon

nikoschopen
2,824 posts
msg #53075
Ignore nikoschopen
7/13/2007 4:02:59 PM

Here's a one-day volume Change %.

Fetcher[
set{ratio, volume / volume 1 day ago}
set{volratio, ratio - 1}
set{Vol%, volratio * 100}
add column Vol%
]

You can increase the period from 1-day to x-day by modifying the first line:
set{volratio, volume / volume x day ago} //input a value for "x"

If ure also interested in volume Change % between today's volume and it's 50-day moving average, you again need only change the first line to read as follows:

Fetcher[
set{ratio, volume / avgvol(50)}
set{volratio, ratio - 1}
set{50Vol%, volratio * 100}
add column 50Vol%
draw avgvol(50)
]



jhenninger
63 posts
msg #53173
Ignore jhenninger
7/16/2007 12:39:33 PM

thanks. appreciate the help.

jon

StockFetcher Forums · Filter Exchange · Adding Vol% Change column?<< >>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.