PureBytes Links
Trading Reference Links
|
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
|