PureBytes Links
Trading Reference Links
|
i have
been testing various TA for my tradintg stratergies but i am > having a
prob with programming indicators in metastock though i am > familiar thet
metastock has its own rsi what i wanted to do was to > vary the periods
rate of change similar to LBR/RSI concept. could > somebody help me in
this matter i am currently having to do it > manually and its limiting
the number of securities that i can back > test this on> >
> Thanks in advance> > Andy
<BLOCKQUOTE
>
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Roy
Larsen
To: <A
title=equismetastock@xxxxxxxxxxxxxxx
href="">equismetastock@xxxxxxxxxxxxxxx
Sent: Wednesday, March 12, 2003 5:40
PM
Subject: Re: [EquisMetaStock Group]
RSI
AndyHere's the formula for RSI. hope this helps
{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)));Roy
i like to say thank you to those who helped me, i am still in the
learning proceses of using metastock and i can see that i would have to
accomodate the roc for my scenario but i don't think i can do this would
those who find this straight forward please tell me what alteration to the
formula to obtain my objective of analysing todays close minus yesterdays
close
kind regards
<FONT face=Arial
size=2>Andy
Yahoo! Groups Sponsor
ADVERTISEMENT
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|