PureBytes Links
Trading Reference Links
|
Any indicator can be turned into an oscillator through a
stochastic-like process of normalization.
Try the Normalized Indicator from http://www.metastocktools.com/
#metastock :
http://www.metastocktools.com/MetaStock/Normalize.txt
(normalizes any indicator to 0~100% boundaries)
jose '-)
http://www.metastocktools.com
--- In equismetastock@xxxxxxxxxxxxxxx, bumin "köse" <abkose2000@
...> wrote:
>
> 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@xxx> 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@> wrote:
>
> Does anyone have the formula for the OBV Oscillator?
>
> Thanks you, Brett
------------------------ Yahoo! Groups Sponsor --------------------~-->
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/PEOZVC/bOaOAA/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/
|