StockFetcher Forums · General Discussion · Volume increasing (How?)<< >>Post Follow-up
dashover
229 posts
msg #161974
Ignore dashover
modified
9/27/2025 1:07:55 PM

How would you code

The volume over the last 5 days is 2x volume over the previous 4 weeks.. (4 ~ 5 day periods)

Thx!

Trying not just to see a daily spike but serious insti buying over a 5 day period...



xysun
1 posts
msg #161975
Ignore xysun
modified
9/28/2025 6:21:25 AM

do you mean (assuming we take 5 days): latest weekly volume is 2x of weekly volume for every week up to 4 weeks prior?

wantonellis
164 posts
msg #161976
Ignore wantonellis
9/28/2025 10:21:05 AM

Fetcher[
set{v1, sum(volume,5) * 2}
set{v2, sum(volume,20) 6 days ago}
v1 > v2
add column sum(volume,5)
add column v1
add column v2
sort by column 4 descending
]



StockFetcher Forums · General Discussion · Volume increasing (How?)<< >>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.