PureBytes Links
Trading Reference Links
|
<SPAN
class=987145517-14032003>Alan,
there
are a number of methods to approach this.
<SPAN
class=987145517-14032003>
You
could simply plot Your stocks RSI and use foreign to plot the index RSI in the
same pane...
<FONT
color=#282828 size=2>
pds=Param(<FONT
size=2>"Periods",14<FONT
size=2>,5,<FONT
size=2>21,1<FONT
color=#282828 size=2>);
symbol="!<FONT
size=2>NDX"; <FONT
color=#008000 face=Arial size=2>// place your index
here
Plot(<FONT color=#0000ff
size=2>RSI(pds),<FONT color=#ff00ff
size=2>"Stock",<FONT color=#000000
size=2>colorYellow,<FONT
color=#ff00ff size=2>1);<FONT
color=#0000ff size=2>
Plot(<FONT color=#0000ff
size=2>RSIa(<FONT
color=#0000ff size=2>Foreign<FONT color=#282828
size=2>(symbol,"C"<FONT color=#282828
size=2>),pds),<FONT
color=#ff00ff size=2>"Index",<FONT
color=#000000 size=2>colorRed,<FONT
color=#ff00ff size=2>1);
A
different way to go would be to create a composite of the universe of your
choice and use that composite as your foreign call.
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: Alan Nouray
[mailto:alann@xxxxxxxxxxxx]Sent: Friday, March 14, 2003 12:51
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
RSIHas anybody developed a formula that calculates and
shows the RS of a certain stock compare to list of stocks (such as N100).
Something similar to RS in Investor Business
Daily.AlanSend
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|