PureBytes Links
Trading Reference Links
|
I see.
And how could I exclude letīs say all AMEX-traded issues (on the reasoning
that theyīre mostly just holders)?
I figure it has to do with MARKET ID but this command only returns -as I
understand it- the number of a given market whereas I donīt knowthe number
of the AMEX!!!!!
Many thanks!
Markus
----- Original Message -----
From: "akaloustian" <ara1@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, October 24, 2002 1:00 AM
Subject: [amibroker] Re: HGS/QP2 question
Write this code:
NotIndex = StrLeft( Name(),1 ) != "!";
Select = "Your Criteria" AND "NotIndex"
All indeces will be excluded
--- In amibroker@xxxx, "IVA GmbH" <funnybiz@xxxx> wrote:
> Iīd like to exlude the major market indices and industry 200 groups
from my scan of the HGS database.
>
> Does anybody know how I can do this in AB?
>
> IN HGS there are filters to accomplish this.
>
> Thanks in advance
>
> Markus
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/
|