StockFetcher Forums · General Discussion · VWMA on Volume<< >>Post Follow-up
magogaba
5 posts
msg #102538
Ignore magogaba
9/3/2011 8:25:50 AM

Can anyone help me in overlaying the VWMA (25) on volume?

Thank you

Kevin_in_GA
4,599 posts
msg #102540
Ignore Kevin_in_GA
9/3/2011 12:13:10 PM

This really doesn't make a lot of sense - the VWMA would be for the stock price (units might be between 10 and 100) while the volume units would be in the millions.

Unless you mean average volume(25) - in qhich case just use "draw average volume(25)" and it will overlap a 25 day MA on the volume graph.

four
5,087 posts
msg #102541
Ignore four
modified
9/3/2011 2:43:10 PM

magogaba,

perhaps...

Fetcher[
set{x25, VMA(25)}
set{x1, ma(1)}
draw x1 on plot x25
]



magogaba
5 posts
msg #102544
Ignore magogaba
modified
9/4/2011 3:52:22 AM

Thank you Kevin and four.
I actually wanted the Triple EMA (25) overlay the volume.
(Triple EMA of the volume)

Here is what I am looking for:

I want to find the stocks where the volume has been increasing for the last 2 days and has crossed above Triple EMA(25), today.

Kevin_in_GA
4,599 posts
msg #102545
Ignore Kevin_in_GA
9/4/2011 9:10:00 AM

Thank you Kevin and four.
I actually wanted the Triple EMA (25) overlay the volume.
(Triple EMA of the volume)

Here is what I am looking for:

I want to find the stocks where the volume has been increasing for the last 2 days and has crossed above Triple EMA(25), today.
++++++++++++++++++++++++++++
Fetcher[

volume above 1000000
volume above volume 1 day ago
volume 1 day ago above volume 2 days ago
set{triple_ema_vol, cema(cema(cema(volume,25),25),25)}
set{vol, volume}
volume above triple_ema_vol
volume 1 day ago below triple_ema_vol 1 day ago
draw triple_ema_vol on plot vol

]



I can't get the triple ema to draw on top of the volume graph, however.

magogaba
5 posts
msg #102550
Ignore magogaba
9/5/2011 7:44:19 PM

Thanks Kevin.

May be I should use a simple one. I dont know why I keep trying for a new strategy when there are tons of them already available.

StockFetcher Forums · General Discussion · VWMA on 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.