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...
BTW...can't figure out how ot get rid of the OBV EMA(10). TOMB, any ideas?
Regards
Max
|
TheRumpledOne 6,411 posts msg #48817 - Ignore TheRumpledOne |
12/28/2006 5:58:13 PM
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
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,411 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
|