Good question, I guess you have a newer version. I have v9 and it doesn't appear to have that
Oh sorry.
My misunderstanding.
I am using version 9 as well but i think for exploring for all time high closes, then you put the condition in the filter as you have shown.
What Im trying to do is create a system which i can back test.
I want the entry of the system to be to:
BUY tomorrows open if todays close is an all time high.
Lets take the Tradesim (turtle breakout system) for example. This comes with the metastock.
See how the criteria for entry/exit is in column A.
Instead of this:
EntryTrigger:=H>Ref(HHV(H,40),-1);
I want the entry trigger to buy all time highs.