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

[amibroker] Exploraton problem



PureBytes Links

Trading Reference Links

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/ 


Attachment:
Image1.gif
Description: GIF image
Attachment:

Attachment: Description: "Description: GIF image"

Attachment: Description: "Image2.gif"