PureBytes Links
Trading Reference Links
|
It divides the selected symbol by the SPX and mulitplies by 1000. Divide
SPX/SPX *1000 = 1000
Basically itıs used to compare your selected symbol to the S&P500.
--
Terry
From: "Ara Kaloustian" <ara1@xxxxxxxxxx>
Reply-To: amibroker@xxxxxxxxxxxxxxx
Date: Sat, 2 Oct 2004 21:57:31 -0700
To: "AB-Main" <amibroker@xxxxxxxxxxxxxxx>
Subject: [amibroker] Relative Strength
Would some kind soul explain the RelStregth() function.
RS = RelStrength( "!SPX") ;
Plot(RS,"RelStregth",colorBlue,styleLine|styleThick);
I am using the code above as a test.
I observed the following:
1. When I select "!SPX", the result plotted is 1000
2. When I select any other symbol, the result ranges from 1 to about 35.
I used "ABFS" to look in more detail with last data point on 10/1/04:
SPX price change = +16.92 (or 1.518%)
ABFS price change = + 1.53 (or 4.178%)
The result of RelStregth for ABFS was 33.7163 and is constant (a flat line
on chart) across all dates
The results remain the same regardless of what date I select or look at
daily, weekly or monthly chart.
Would someone explain exactly what RelStrength does?
Thanks
Ara
[Non-text portions of this message have been removed]
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
var lrec_target="_top"; var lrec_URL = new Array(); lrec_URL[1] =
"http://us.ard.yahoo.com/SIG=129gt5n8r/M=294150.5475417.6555471.1269404/D=gr
oups/S=1705632198:HM/EXP=1096865856/A=2380024/R=0/id=flashurl/SIG=124u69elg/
*http://www.interest.com/includes/server/icom_campaign.asp?id=10718"; var
link="javascript:LRECopenWindow(1)"; var lrec_flashfile =
'http://us.a1.yimg.com/us.yimg.com/a/bo/bon_marketing/300x250_yahoo_em_10010
4.swf?clickTAG='+link+''; var lrec_altURL =
"http://us.ard.yahoo.com/SIG=129gt5n8r/M=294150.5475417.6555471.1269404/D=gr
oups/S=1705632198:HM/EXP=1096865856/A=2380024/R=1/id=altimgurl/SIG=124u69elg
/*http://www.interest.com/includes/server/icom_campaign.asp?id=10718"; var
lrec_altimg =
"http://us.a1.yimg.com/us.yimg.com/a/bo/bon_marketing/300x250_yahoo_100104.g
if"; var lrec_width = 300; var lrec_height = 250;
<http://us.ard.yahoo.com/SIG=129gt5n8r/M=294150.5475417.6555471.1269404/D=gr
oups/S=1705632198:HM/EXP=1096865856/A=2380024/R=2/id=noscript/SIG=124u69elg/
*http://www.interest.com/includes/server/icom_campaign.asp?id=10718>
Yahoo! Groups Links
* To visit your group on the web, go to:
* http://groups.yahoo.com/group/amibroker/
*
* To unsubscribe from this group, send an email to:
* amibroker-unsubscribe@xxxxxxxxxxxxxxx
<mailto:amibroker-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
*
* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
<http://docs.yahoo.com/info/terms/> .
[Non-text portions of this message have been removed]
------------------------ 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/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|