PureBytes Links
Trading Reference Links
|
Moz
Try this. I guess you MS 7.03 or lower. MS 7.2 and above allows you input a DATA ARRAY in the RSI()
function.
Roy
{RSI Indicator}
A:=Input("Periods",2,99,10);
B:=P; {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)));
----- Original Message -----
From: "moz_mozza" <das300@xxxxxxxxxx>
To: <equismetastock@xxxxxxxxxxxxxxx>
Sent: Sunday, July 25, 2004 1:55 AM
Subject: [EquisMetaStock Group] THE MAnual FORMULA for RSI(x)
> Lets say I want to calculate the RSI(x) of the High or the LOW or in
> fact of any curve etc .....
>
>
> DOES anyone have the open formula for calculating the wilder RSI() ??
>
> thanks
> MOZ.
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/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/
|