PureBytes Links
Trading Reference Links
|
I don't think we are talking about something different.
I'm just saying the workaround does not exclude the stocks that
haven't generated any buy or sell signal from "Buy&Hold profit" and
from initial investments (denominator) of "Return on account" and
"Buy-and-Hold % Return".
I just wonder if I'm the only one experiencing this. If that is
the case, my sincere apologies to you and all.
sincerely,
--- In amibroker@xxxx, "Tomasz Janeczko" <amibroker@xxxx> wrote:
> Hello,
>
> Maybe there is a misunderstanding how this *should* work:
> the workaround I presented simply excludes the stocks
> that haven't generated any buy or sell signal from
> buy and hold calculations.
>
> Maybe you just want a different functionality: in such case
> please tell me.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
>
> ----- Original Message -----
> From: <qqqqq_99999_qqqqq@xxxx>
> To: <amibroker@xxxx>
> Sent: 10 October, 2001 08:45
> Subject: [amibroker] Re: reserved variable "exclude"
>
>
>
> 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/
> > >
> > >
> > >
>
>
>
>
>
> Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
|