PureBytes Links
Trading Reference Links
|
Maurizio,
Here it is.
It is still not available at the publishers site which is typical for
them.
Preston
{RSI Asymetrical}
{TASC OCT 2008 Vervoort}
{ARSI Metastock formula}
{requires Equis Forum DLL available at
Eguis Metastock Yahoo Group}
Period:= Input("ARSI Time Period ",1,100,14);
UpCount:=Sum(If(ROC(C,1,$) >= 0,1,0),Period);
DnCount:=Period - UpCount;
UpMove:=ExtFml("Forum.MOV",If(ROC(C,1,$)>=0,ROC(C,1,$),0),UpCount*2-
1,E);
DnMove:=ExtFml("Forum.MOV",If(ROC(C,1,$)<0,Abs(ROC
(C,1,$)),0),DnCount*2-1,E);
RS:=UpMove/(DnMove + 0.0001);
100-(100/(1+RS));
--- In equismetastock@xxxxxxxxxxxxxxx, "maurizio_innamorati"
<maurizio.innamorati@xxx> wrote:
>
> Could somebody reproduce the formula for the Asymmetrical RSI
published
> in the October 2008 TASC?
> Thanks
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|