[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Exploraton problem



PureBytes Links

Trading Reference Links

Tomasz,

Please disregard. I noticed that I limited the exploration to Feb. 20/2003.

Ted
----- Original Message -----
From: "Ted Chmilar" <tchmilar@xxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Sunday, February 23, 2003 11:28 AM
Subject: [amibroker] Exploraton problem


> Tomasz,
>
> Starting with release of 4.29.5 Beta the following Filter no longer works
> for me:
>
> Filter=Cum(1)==LastValue(Cum(1));
>
> When I run exploration with Filter=True, the problem becomes evident as
> cum(1) is one less than LastValue(Cum(1)). Note that the last date on the
> chart is Feb.21/2003 and the last line of exploration results is Feb.
> 20/2003. Any ideas?
>
>
> //Filter=Cum(1)==LastValue(Cum(1));
> Filter=True;
> AddColumn(Cum(1),"Cum(1)",1.0);
> AddColumn(LastValue(Cum(1)),"LastValue",1.0);
> AddColumn(O,"Open",1.2);
> AddColumn(H,"High",1.2);
> AddColumn(L,"Low",1.2);
> AddColumn(C,"Close",1.2);
>
> Ted
>
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
>
> Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>


Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)

Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/