PureBytes Links
Trading Reference Links
|
Only in the AFL Reference Manual section
exclude - If defined, a true (or 1) value of this variable excludes
current symbol from scan/exploration/back test. They are also not
considered in buy and hold calculations. Useful when you want to
narrow your analysis to certain set of symbols.
On 6/1/05, Anthony Faragasso <ajf1111@xxxxxxxx> wrote:
> Steve,
>
> Where is it referenced in the help manual ?
>
> Anthony
> ----- Original Message -----
> From: Steve Dugas
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Tuesday, May 31, 2005 10:06 PM
> Subject: Re: [amibroker] Exclude variable
>
> Thanks Terry - nice idea but results are the same. I will try AB support.
>
> Steve
> ----- Original Message -----
> From: Terry
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Tuesday, May 31, 2005 6:46 PM
> Subject: RE: [amibroker] Exclude variable
>
> I don't know, but I would try this:
>
> Exclude = name() == "MSFT";
> --
> Terry
>
> -----Original Message-----
> From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf
> Of Steve Dugas
> Sent: Tuesday, May 31, 2005 4:37 PM
> To: Amibroker Yahoo Group
> Subject: [amibroker] Exclude variable
>
> Hi All,
>
> Does anyone know the correct way to use the "exclude" keyword? Help says if
> it is defined as 1, the current stock will be excluded. I can write
>
> Exclude = 1;
>
> and all stocks are excluded. But if I write something like
>
> Iif( name() == "msft", exclude = 1, exclude = 0 );
>
> then MSFT is not excluded. Anyone know how to use it to exclude specific
> things? Thanks very much!
>
> Steve
>
>
>
> Please note that this group is for discussion between users only.
>
> To get support from AmiBroker please send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> For other support material please check also:
> http://www.amibroker.com/support.html
>
>
>
>
>
> Please note that this group is for discussion between users only.
>
> To get support from AmiBroker please send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> For other support material please check also:
> http://www.amibroker.com/support.html
>
>
>
>
>
> Please note that this group is for discussion between users only.
>
> To get support from AmiBroker please send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> For other support material please check also:
> http://www.amibroker.com/support.html
>
>
>
>
>
> ________________________________
>
>
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.322 / Virus Database: 267.3.0 - Release Date: 5/30/2005
>
>
>
>
> Please note that this group is for discussion between users only.
>
> To get support from AmiBroker please send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> For other support material please check also:
> http://www.amibroker.com/support.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 the Yahoo! Terms of Service.
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.322 / Virus Database: 267.3.0 - Release Date: 5/30/2005
>
>
>
--
Cheers
Graham
http://e-wire.net.au/~eb_kavan/
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.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/
|