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
]



dwiggains
448 posts
msg #161977
Ignore dwiggains
9/29/2025 9:36:52 AM

Fetcher[
set{v, average volume (5) / average volume (20) 5 days ago}
add column v
sort column 5 descending
average volume (20) 5 days ago > 99000
]



maybe
see ya david

nibor100
1,097 posts
msg #161978
Ignore nibor100
9/29/2025 2:20:05 PM

I think this finds the stocks you are after.
Ed S.

Fetcher[
add column sum(volume,5) set{varw, sum(volume,5)}
draw varw
set{var1,max(varw 5 days ago, varw 10 days ago)} add column var1
set{var2,max(varw 15 days ago, varw 20 days ago)} add column var2
/*add column max(var1,var2)*/
set{mvol, max(var1,var2)} add column mvol
set{mvol2,mvol * 2} add column mvol2
add column varw is greater than mvol2
]



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.