--- In [email protected], "Prabu" <prabui...@...> wrote:
>
> 
> Please help me to find out High of 11 AM  to 12 AM. I want to 
> explore/backtest in 1-minute range. Our market is between 9 AM to 3 PM.
>
The following should serve the purpose.

Hi= ValueWhen(TimeNum()==120000,HighestSince(TimeNum()==110000,H));
Lo= ValueWhen(TimeNum()==120000,LowestSince(TimeNum()==110000,L));

David K.

Reply via email to