| 
 PureBytes Links 
Trading Reference Links 
 | 
FYI:
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); }
> 
>
----------------------------------------------------------------------------
> ----
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
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 http://docs.yahoo.com/info/terms/ 
 |