Polly,
Im not sure what you are asking.
You could use:

BarNum= Cum(1);
LastBar= BarNum== LastValue(BarNum);

Filter=Conds... AND LastBar;

But, if your data ends before your last day
you will get the quote from the final data day.

TomB

Reply via email to