| 
 PureBytes Links 
Trading Reference Links 
 | 
Yes, so what you are actually after is the FullName and the ticker Name for those tickers which Jayson has kindly given you.
Regards,
William Peters
www.amitools.com
-----Original Message-----
From: Brian [mailto:cadvantag@xxxxxxxxxxxxxx]
Sent: Monday December 29, 2003 12:50 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: QP Indexes
Hi William,
Filter = 1;
> AddTextColumn( SectorID(1), "Sector");
> AddTextColumn( IndustryID(1), "Industry"); 
That works only on stocks (it will give you the industry & sector a 
stock is in) but not index names
Example:    !ID170  Steel-Specialty-STEELSPL
I also tried ISINDEX- that didnt work
QP has Indexes (!ID) from !ID001 to !ID198.  I want to get there 
full name in the data collected.  (also I tried fullname() and that 
only works in guru)
Thanks,
Brian
--- In amibroker@xxxxxxxxxxxxxxx, "William Peters" 
<williampeters@xxxx> wrote:
> Hi Brian,
> 
> Here is a sample exploration:
> 
> Filter = 1;
> AddTextColumn( SectorID(1), "Sector");
> AddTextColumn( IndustryID(1), "Industry"); 
> 
> Regards,
> William Peters
> www.amitools.com
> 
> 
> 
> -----Original Message-----
> From: Brian [mailto:cadvantag@x...]
> Sent: Sunday December 28, 2003 11:14 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] QP Indexes
> 
> 
> I am trying to write a scan for QP indexes and I want included in 
> the data collected the names of the specific indexes
> 
> Example:    !ID170  Steel-Specialty-STEELSPL
> 
> 
> I have tried SectorId, IndustryId - Neither worked.
> 
> Can someone help direct me to it.
> 
> Thanks,
> Brian
> 
> 
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> 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 
> 
> 
> 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/
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 
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/ 
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 
------------------------ 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
---------------------------------------------------------------------~->
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/ 
 
 |