PureBytes Links
Trading Reference Links
|
Hi,Tomasz
please
unsubscribe
ME !!
Urgently
Karl-Heinz
Oct,30.2001
--- Tomasz Janeczko <amibroker@xxxx> wrote:
> Hello,
>
> < ... script >
>
> buy = ( groupid == 23 ) AND .....
>
> where 23 is the ordinal number of the group of your
> choice.
>
> BTW: I will add functions to retrieve groups/markets
> directly in AFL.
>
> Best regards,
> Tomasz Janeczko
> ----- Original Message -----
> From: Tom Supera
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: 30 October, 2001 12:13
> Subject: Re: [amibroker] select groups or
> watchlist in automatic analysis
>
>
> Dear Tomasz,
>
> How can i include this script in my buycond
>
> Tom Supera
> ----- Original Message -----
> From: Tomasz Janeczko
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Tuesday, October 30, 2001 11:54 AM
> Subject: Re: [amibroker] select groups or
> watchlist in automatic analysis
>
>
> Hello,
>
> Currently AFL has no such function but you can
> embed a little script:
>
> EnableScript("VBScript");
>
> ticker = Name();
>
> <%
>
> Set oAB = CreateObject("Broker.Application")
>
> AFL("groupID") = OAB.Stocks( AFL("ticker")
> ).GroupID
>
> %>
>
> // here groupid variable contains the
> consecutive number of the group 0..255
>
>
>
> Best regards,
>
> Tomasz Janeczko
>
> amibroker.com
>
> ----- Original Message -----
> From: Tom Supera
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: 30 October, 2001 09:57
> Subject: [amibroker] select groups or
> watchlist in automatic analysis
>
>
> Hi,
> I want test trading systems only in groups or
> watchlists.
> Is there any way to select this.
> example:
>
> buy = (group (biotech) or watchlist (xy) )
> and ...
>
> Tom Supera
>
>
> Your use of Yahoo! Groups is subject to the
> Yahoo! Terms of Service.
>
>
>
> Your use of Yahoo! Groups is subject to the
> Yahoo! Terms of Service.
>
>
> Yahoo! Groups Sponsor
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo!
> Terms of Service.
>
>
=====
www.elliott-today.com
ELLIOTT WAVE ANALYST - Karl-Heinz Lachmann
TAO der FinanzAnalysen
Bausteine für eine neue Sicht
der (Börsen-) Welt.
__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
|