StockFetcher Forums · General Discussion · Volume analysis<< >>Post Follow-up
meatyboy
8 posts
msg #159807
Ignore meatyboy
11/22/2022 8:53:26 AM

I've been out of the game for awhile, I'm looking for a filter that looks at the average volume(50) and looks at the last 3 days, average volume 3 days ago greater than 25%, average volume 2 days ago 30% average volume 1 day ago 35%

xarlor
562 posts
msg #159808
Ignore xarlor
11/22/2022 1:52:40 PM

I wrote this under the assumption that you also wanted an increasing percentage gain from average volume(3) through average volume(1).

Fetcher[
set{av1,average volume(1)}
set{av2,average volume(2)}
set{av3,average volume(3)}
set{av50,average volume(50)}

set{diff1,av1 / av50}
set{diff2,av2 / av50}
set{diff3,av3 / av50}

diff1 > 1.35
diff1 > diff2

diff2 > 1.30
diff2 > diff3

diff3 > 1.25

add column separator

add column av1
add column av2
add column av3
add column av50

add column separator

add column diff1
add column diff2
add column diff3

do not draw diff1
do not draw diff2
do not draw diff3
]



StockFetcher Forums · General Discussion · Volume analysis<< >>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.