PureBytes Links
Trading Reference Links
|
Thank you for your prompt reply.
But, this workaround does not work, either.
It seems my best bet is to wait until you fix it.
sincerely,
--- In amibroker@xxxx, "Tomasz Janeczko" <amibroker@xxxx> wrote:
> Hi,
>
> I have to check it because NOT ( buy OR sell) really does not work.
> Until I fix it, please use the following workaround:
>
> Exclude = LastValue( Cum( Buy + Sell ) ) == 0;
>
> (at the end of your formula)
>
> Best regards,
> Tomasz Janeczko
> ===============
> AmiBroker - the comprehensive share manager.
> http://www.amibroker.com
>
>
> ----- Original Message -----
> From: <qqqqq_99999_qqqqq@xxxx>
> To: <amibroker@xxxx>
> Sent: Tuesday, October 09, 2001 6:20 PM
> Subject: [amibroker] reserved variable "exclude"
>
>
> > Hello,
> >
> > I asked this question before but I have not yet been successful
using
> > reserved variable "exclude" to exclude the stocks from
back-testing.
> >
> > Is anyone kind enough to upload a simple sample system afl using
> > "exclude = NOT ( buy OR sell )"?
> >
> > sincerely,
> >
> >
> >
> >
> >
> >
> >
> > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
> >
> >
> >
|