PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Sorry folks, goes to show that one should never modify code
after pasting it into an email... Steve's code is how it should have
been.
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Thanks, Steve!
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>herman<FONT
face=Arial size=2>
<FONT face=Tahoma
size=2>-----Original Message-----From: dom1_1998
[mailto:Dom2000@xxxxxxxxxxx]Sent: November 30, 2003 10:38
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Re:
Creating table for ExtraDataFYI:I removed the
two {} and the exporation worked.Dominick--- In
amibroker@xxxxxxxxxxxxxxx, "Herman vandenBergen"
<psytek@xxxx>wrote:> Here is an Exploration to create a table
for QuotePlus ExtraData,allows for> easy sorting. Watch for line
wraps!> herman>
>---------------------------------------------------------------------------->
----> > // Explore to demo GetExtraDate() and provide for easy
sorting>
Buy=Sell=Short=Cover=0;>xDataListNum="AnnDividend,Shares,SharesFloat,SharesOut,SharesShort,TTMsales,>Beta,TTMEps,HiPERange,LoPERange,PEG,InstHolds,LTDebtToEq,CashFlowPerShare,RO>E,TTMSales,Yr1EPSGrowth,Yr5EPSGrowth,Yr1ProjEPSGrowth,Yr2ProjEPSGrowth,Yr3to>
5ProjEPSGrowth,BookValuePerShare,HasOptions";> xDataListArrays =
"QRS,EPSRank";> > Filter = Status("LastBarInTest");>
SetOption("NoDefaultColumns",False);> for( Col=0; (xData=StrExtract(
xDataListNum, Col))!= "";> { Col++) AddColumn(
GetExtraData(xData), xData, 1.3, 1); }> for( Col=0; (xData=StrExtract(
xDataListArrays, Col))!= "";> { Col++)
AddColumn( LastValue(GetExtraData(xData)), xData, 1.3,1); }>
>---------------------------------------------------------------------------->
----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.
|