PureBytes Links
Trading Reference Links
|
This OBV formula is different from it is in FOREX which is goes around 0 point and cross it up and down.
Do you know other (in FOREX) formula of it?
Jose Silva <josesilva22@xxxxxxxxx> wrote:
===
OBV
===
---8<-----------------------
up:=C>Ref(C,-1);
down:=C<Ref(C,-1);
Cum(If(up,1,If(down,-1,0))*V)
---8<-----------------------
jose '-)
http://www.metastocktools.com
--- In equismetastock@xxxxxxxxxxxxxxx, Brett Sinclair
<brett_j_sinclair@xxx> wrote:
>
> Does anyone have the formula for the OBV Oscillator?
>
> Thanks you, Brett
---------------------------------
Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/ulNZQC/lOaOAA/cosFAA/BefplB/TM
--------------------------------------------------------------------~->
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/
|