PureBytes Links
Trading Reference Links
|
Hi,
Is there any tip to create a conditional MOV discarding, for example, 0
values.
Right now I have this formula:
If(C < Ref(C,-1),100*(C-Ref(C,-1))/(Ref(C,-1)),0);
Basicaly it plots the % of the bearish days.
I'm trying to reach a MOV of these %, but I'd like to ignore all 0 (bullish
days) without compromising the MOV.
Does it make sense? Any suggestion?
Thanks
[Non-text portions of this message have been removed]
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|