PureBytes Links
Trading Reference Links
|
Dear Tomasz,
How can i include this script in my
buycond
Tom Supera
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Tomasz Janeczko
To: <A title=amibroker@xxxxxxxxxx
href="">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<FONT
face="Courier New" size=2>("VBScript");
ticker = <FONT
color=#0000ff>Name();
<%
Set oAB = <FONT
color=#0000ff>CreateObject(<FONT
color=#ff00ff>"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
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Tom Supera
To: <A title=amibroker@xxxxxxxxxxxx
href="">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 SuperaYour use of
Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Your
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|