--- In [email protected], "Paul Ho" <[EMAIL PROTECTED]> wrote: > > Ok , there was a syntax error in my previous mail > so try this one > FirstBarofDay = DateNum() != Ref(DateNum(), -1); > HToday = HighestSince( FirstBarofDay, H); > LToday = LowestSince(FirstBarofDay, L); > > Plot( HToday, "Ht", colorRed ); > Plot (LToday, "Lt", colorYellow); > > >
This works exactly as I need. Many thanks Paul!!!!
