PureBytes Links
Trading Reference Links
|
make a variable....start at 0....if indicator > variable[1] then variable =
indicator, otherwise variable = variable[1]
chris
----- Original Message -----
From: "David Folster" <mr_bond@xxxxxxxxx>
To: <omega-list@xxxxxxxxxx>
Sent: Wednesday, December 05, 2001 9:52 PM
Subject: function that returns all time high?
> List,
>
> Can anyone tell me if there is a way to reference the all time high of an
> *indicator* in TS? I can't find it except to maybe use the "highest"
> function and specify a really large lookback, but that doesn't really seem
> to work.
>
>
> Thanks,
>
> David
>
|