StockFetcher Forums · Filter Exchange · Change in volume<< >>Post Follow-up
calhawk01
135 posts
msg #85903
Ignore calhawk01
1/10/2010 1:10:09 PM

What indicator shows the change in volume. I understand if volume is > average volume -- we can say that there is a change. However, if i have a list of 100 stocks; how can i sort them according to the change between last day volume and average volume. Sorting them simply by volume doesn't work because all stocks are priced different so this indicator alone isn't the best.
How can i sort 100 stocks according to the change in volume in a way that it isn't being biased against the price of the stock.
Thanks

Kevin_in_GA
4,599 posts
msg #85908
Ignore Kevin_in_GA
1/10/2010 3:05:38 PM

Try adding these lines to your filter -

Fetcher[

set{volincrease, volume / average volume(30)}
add column volincrease
sort on column 5 descending
]



four
5,087 posts
msg #85910
Ignore four
1/10/2010 3:16:38 PM


"sort them according to the change between last day volume and average volume"

---------------------
perhaps...

Click on the column heading "difference between volumes" to sort in ascending or descending order

Fetcher[
set{vol1, volume 1 day ago}
set{vol_avg, average volume(2)}

set{diff, vol1 minus vol_avg}
add column separator
add column vol1 {vol1=vol 1 day ago}
add column vol_avg {vol_avg=average volume(2)}
add column diff {difference between volumes}

close is between 10 and 50
]



StockFetcher Forums · Filter Exchange · Change in 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.