PureBytes Links
Trading Reference Links
|
<SPAN
class=870083800-01122003>//This works fine:
<FONT
color=#ff0000>
Filter<FONT
color=#000000> = Status<FONT
color=#000000>("LastBarInTest"<FONT
face="Courier New">); list = <FONT
color=#0000ff>GetCategorySymbols( <FONT
color=#ff0000>categoryWatchlist, <FONT
color=#ff00ff>0);
AddTextColumn<FONT
color=#000000>(Name<FONT
color=#000000>(),"Correlation"<FONT
color=#000000>,1.0<FONT
face="Courier New">); Ticker1= <FONT
color=#0000ff>Name();
for(
Col=0;
(Ticker2=StrExtract( List,
Col))!= ""<FONT
face="Courier New">; Col++) { Var2 = <FONT
color=#0000ff>Foreign(Ticker2,<FONT
color=#ff00ff>"C");
Corr = Correlation(
C, Var2,
8<FONT
color=#000000>); Color = IIf<FONT
color=#000000>(Corr>0,
colorBrightGreen,
IIf(Corr<<FONT
color=#ff00ff>0, <FONT
color=#ff0000>colorRed,<FONT
color=#ff0000>colorWhite<FONT
color=#000000>)); Color = IIf<FONT
color=#000000>(Ticker1==Ticker2, 1<FONT
face="Courier New">, Color); <FONT
color=#0000ff>AddColumn( Corr, Ticker2, <FONT
color=#ff00ff>1.3, <FONT
color=#ff00ff>1, Color);
<SPAN
class=870083800-01122003>}
<SPAN
class=870083800-01122003>
<FONT face=Tahoma
size=2>-----Original Message-----From: Steve Wiser
[mailto:slwiser@xxxxxxxxxxx]Sent: December 1, 2003 6:12
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: Re: [amibroker]
Re: to HERMAN: N100 Correlation tableHello
AllSince upgrading to 4.5 beta has anyone had any problems getting the
Correlation table script?I am now having problems with it. It
seems to do nothing now. It maybe some setting that I inadvertently set
apart from the upgrade. I just want to know it anyone else is having
problems with this script.Steve Send
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.
|