StockFetcher Forums · General Discussion · Moving average of OBV indicator<< >>Post Follow-up
djnah
9 posts
msg #48812
Ignore djnah
12/28/2006 2:06:26 PM

How do I add a 30 day MA of the "on balance volume" indicator to my stock screen? Is there some place I can look up stuff like this instead of having to post a question? Thanks.


maxreturn
745 posts
msg #48814
Ignore maxreturn
modified
12/28/2006 4:36:22 PM

Just click on the "Download the Stockfetcher User Guide" link at the top of this screen. In the meantime...

Fetcher[set{obv30ma, cma(obv,30)}
market is nasdaq 100
draw obv30ma on plot obv
]



BTW...can't figure out how ot get rid of the OBV EMA(10). TOMB, any ideas?

Regards
Max



TheRumpledOne
6,407 posts
msg #48817
Ignore TheRumpledOne
12/28/2006 5:58:13 PM

Fetcher[
set{obv30ma, cma(obv,30)}

set{plotobv, obv}
market is nasdaq 100

draw plotobv
draw obv30ma on plot plotobv
]



That'll do it.




maxreturn
745 posts
msg #48821
Ignore maxreturn
12/28/2006 7:12:02 PM

Well done TRO. I forgot the workaround using the "set" statement.


djnah
9 posts
msg #48834
Ignore djnah
12/29/2006 9:26:28 AM

Fetcher[
set{obv30ma, cma(obv,30)}

set{plotobv, obv}
market is nasdaq 100

draw plotobv
draw obv30ma on plot plotobv
]




Thanks guys. If you don't mind could you help me understand what you've done here. I see that you've set obv30ma (I assume you could have named this anything) but what does the "cma" stand for? Why do you need the line "market is nasdaq 100"? The rest I can tell is going to plot the obv and obv 30 day moving average as an overlay for me.


JohnyYuma
60 posts
msg #48843
Ignore JohnyYuma
12/29/2006 12:03:54 PM

What am I doing wrong - when I run the following filter, I get stocks where the obv crossover condition is not true

Thanks for your help in advance

Set {13wklow, low 13 week low}
set{obv10ma, cma(obv,10)}
set{plotobv, obv}

Show stocks where plotobv crossed above obv10ma from below within last 1 week

and Fast Stochastic(15,3) Fast %K crossed above Fast Stochastic(15,3) Slow %D within the last 1 day
and Average Volume(90) is above 500000
and close is greater than 1
and Weekly Fast Stochastic(15,3) Fast %K crossed above Weekly Fast Stochastic(15,3) Slow %D within last 1 week



draw plotobv
draw obv10ma on plot plotobv
and chart display is weekly
add column 13wklow


djnah
9 posts
msg #48845
Ignore djnah
12/29/2006 2:06:08 PM

I get it. CMA tells stockfetcher that you are creating a custom moving average.... I'm starting to get this now...


TheRumpledOne
6,407 posts
msg #48850
Ignore TheRumpledOne
12/29/2006 4:48:43 PM

Change your chart display to daily and it should look fine.



JohnyYuma
60 posts
msg #48853
Ignore JohnyYuma
12/29/2006 8:20:45 PM

TRO

Thanks a lot


StockFetcher Forums · General Discussion · Moving average of OBV 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.