Marty,

You can use "Year()" to specify a given year.  Below is some
code that will find the highest value for "Close" during 1999.
I'm no coder and I'm sure there's a more elegant way to do it but
this may get you going:

YrCheck = LastValue(Highest((Year()==1999) * C));
AddColumn(C,"Close",1.2);
AddColumn(YrCheck, "YrCheck", 1.2);
Filter = Year()==1999;


Wayne



--- In [email protected], "prog200" <[EMAIL PROTECTED]> wrote:
>
> Is there away to find the past yearly highs? I would like to weed out
> stocks like ABTL, AVNX ect that hit big time highs back in 1999 and on.
> 
> Thanks
> 
> Marty
>


Reply via email to