[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Creating table for ExtraData



PureBytes Links

Trading Reference Links




Here is an 
Exploration to create a table for QuotePlus ExtraData, allows for easy 
sorting. Watch for line wraps!
<SPAN 
class=080195723-29112003>herman



<FONT face=Arial color=#000000 
size=2>// Explore to demo GetExtraDate() and provide for easy 
sorting 
Buy<FONT 
color=#000000>=Sell<FONT 
color=#000000>=Short<FONT 
color=#000000>=Cover<FONT 
color=#000000>=0<FONT 
size=2>; xDataListNum=<FONT 
color=#ff00ff>"AnnDividend,Shares,SharesFloat,SharesOut,SharesShort,TTMsales,Beta,TTMEps,HiPERange,LoPERange,PEG,InstHolds,LTDebtToEq,CashFlowPerShare,ROE,TTMSales,Yr1EPSGrowth,Yr5EPSGrowth,Yr1ProjEPSGrowth,Yr2ProjEPSGrowth,Yr3to5ProjEPSGrowth,BookValuePerShare,HasOptions"<FONT 
size=2>; xDataListArrays = <FONT 
color=#ff00ff>"QRS,EPSRank"<FONT 
face=Arial>; <FONT 
color=#ff0000>Filter = <FONT 
color=#0000ff>Status(<FONT 
color=#ff00ff>"LastBarInTest"<FONT 
face=Arial>); <FONT 
color=#0000ff>SetOption(<FONT 
color=#ff00ff>"NoDefaultColumns",<FONT 
color=#ff0000>False<FONT 
face=Arial>); <FONT 
color=#ff0000>for( Col=<FONT 
color=#ff00ff>0; (xData=<FONT 
color=#0000ff>StrExtract( xDataListNum, Col))!= 
""; 

<FONT 
color=#000000>    { Col++) <FONT 
color=#0000ff>AddColumn( <FONT 
color=#0000ff>GetExtraData(xData), xData, 
1.3, <FONT 
color=#ff00ff>1<FONT 
color=#000000>); }for<FONT 
color=#000000>( Col=0; 
(xData=StrExtract( 
xDataListArrays, Col))!= ""<FONT 
color=#000000>; 
<FONT 
color=#000000>    { Col++) <FONT 
color=#0000ff>AddColumn( <FONT 
color=#0000ff>LastValue(<FONT 
color=#0000ff>GetExtraData(xData)), xData, 
1.3, <FONT 
color=#ff00ff>1<FONT face=Arial 
size=2>); }


<IMG alt="" hspace=0 
src="jpg00373.jpg" align=baseline border=0>
 






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.


Attachment: Description: ""