StockFetcher Forums · Filter Exchange · Looking for a good volume indicator<< >>Post Follow-up
vcuriel
5 posts
msg #97329
Ignore vcuriel
11/4/2010 9:23:37 PM

I'm wondering what would be a good volume indicator to use with a momentum filter. I currently use the basic macd, linear regression and resistance/ support indicators. thank you in advance

straken
469 posts
msg #97333
Ignore straken
11/4/2010 11:25:34 PM

I would use relative volume added to your momentum filter. I use it in several of my filters.

Fetcher[
/*RELATIVE VOLUME*/
set{var1, Average Volume(10)}
set{var2, Volume}
set{sum1, var1 / var2}
set{vratio, sum1 * 1}
add column vratio {Rel Vol}
]



vcuriel
5 posts
msg #97346
Ignore vcuriel
11/5/2010 5:04:17 PM

Thank you,

Thats suprisingly simple yet helpful. Just the way i like it

louie6digits
34 posts
msg #97347
Ignore louie6digits
11/5/2010 5:27:38 PM

Here is a volume filter that will kick your socks off! I don't know how to use it, but it will kick your socks off.

Fetcher[
/*RELATIVE VOLUME*/
set{var1, Average Volume(10)}
set{var2, Volume}
set{sum1, var1 / var2}
set{vratio, sum1 * 1}
add column vratio {Rel Vol}

/* Kick ass volume */
set{x,volume(6)/average volume(30)}
set{y,x*100}
set{w,cma(y,10)}
cma(w,30) below 180
cma(w,30) above 80
]



StockFetcher Forums · Filter Exchange · Looking for a good volume indicator<< >>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.