Hi Graham,

Wednesday, January 17, 2007, 10:30:14 AM, you wrote:

G> if you are only considering the lastvalue of the chart then this
G> should work, almost straight example from help file

G> if( lastvalue( Open < MyCond ) ) CategoryRemoveSymbol( "",
G> categoryWatchlist, 1 );

It would not necessarily be the last value, however.  I would be
working on a 1-minute database, and looking at Opens that would
almost surely not be the "last value" by the time that I ran the
exploration.

I'm curious as to the value of "last value" in what I want to do.  Is
there some reason I need to have that in the conditional statement at
all?

In other words, could it not be:

if(Open < MyCond) ...

Yuki

Reply via email to