PureBytes Links
Trading Reference Links
|
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@xxxxxxxxxxxxxxx>
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/
>
>
>
|