Don't know if you know about the HHV function but, for example, the highest high for the last 20 bars would be
HHigh20 = HHV( H, 20 ) similarly, the highest Close over the last 20 bars is: HClose20 = HHV( C, 20 ) The lowest function is LLV ( , ) --- In [email protected], "ricko8294_98" <ri...@...> wrote: > > I am looking for a function that would allow me to calculate the (say) > highest high between two different times (real time data). For example I > would like to be able to run an exploration that would print the highest high > in the period from, say 9:30 until 10:00 each day. > > I would appreciate anyone pointing me to something like this > > Thanks > > Rick >
