PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Rik,
<FONT face=Arial color=#0000ff
size=2>
You
could plot the two RSI values by calling rsia(foreign("^IXIC","C") and then
doing the math on the 2 values. Something like...
<FONT face=Arial color=#0000ff
size=2>
<FONT
size=2>x=RSI(14);<FONT
color=#282828>
y=RSIa(Foreign("<SPAN
class=536582803-04122003>^IXIC","C")) ;<FONT
color=#282828>
Plot<FONT color=#282828
size=2>(x-y,"Comparative"<FONT
color=#282828 size=2>,4<FONT
color=#282828 size=2>,1<FONT
color=#282828 size=2>);
Title<FONT
color=#0000ff>="Base RSI "<FONT
size=2>+x+" Index RSI "<FONT
color=#282828 size=2>+y;
<FONT face=Arial
color=#0000ff>
<FONT
color=#0000ff>Another alternative would be to simply
use.....
RelStrength<FONT
size=2>("<SPAN
class=536582803-04122003>^IXIC"<FONT
color=#282828>);
<FONT
color=#0000ff>
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: Rik Rasmussen
[mailto:hrasmussen@xxxxxxxxx]Sent: Wednesday, December 03, 2003 9:46
PMTo: AmibrokerSubject: [amibroker] compare two
RSII would like to compare two RSI.I have
checked the library but did not find anything to do this.Example: select
^NYA have an indicator that compares the RSI of the selected^NYA with
another index such as ^IXIC.Indicator would be a line turning up if
selected index has stronger RSI,down when other index has stronger
RSI.Goal is to compare RSI of two markets, NYSE vs NASDAQ.Anyone
have a code to do this?Rik RasmussenSend
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.
|