Rick, The following should provide what you are looking for. Hi30= ValueWhen(TimeNum()==100000,HighestSince(TimeNum()==093000,H)); Lo30= ValueWhen(TimeNum()==100000,LowestSince(TimeNum()==093000,L));
David K. --- 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 >
