[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AW: AW: momentum indicators, using also o-h-l



PureBytes Links

Trading Reference Links

On Fri, 8 Feb 2002 08:42:14 +1300, you wrote:

>One implementation of RSI in MetaStock,
>
>  {RSI Indicator}
>A:=Input("RSI periods",2,50,14);
>B:=CLOSE; {RSI target array}
>U:=Wilders(If(B>Ref(B,-1),B-Ref(B,-1),0),A);
>D:=Wilders(If(B<Ref(B,-1),Ref(B,-1)-B,0),A);
>100-(100/(1+(U/D)));
>
Thanks a lot for this additional info on RSI calculation.
mfg rudolf stricker
| Disclaimer: The views of this user are strictly his own.