SECTION_BEGIN("HiLo Vol N");
n=Day() != Ref(Day(), -1);
a=LowestSince(n,V);
hh=ValueWhen(V==a,H);
ll=ValueWhen(V==a,L);
hr = ValueWhen(V==a,Hour());
mn = ValueWhen(V==a,Minute());
Plot(hh,"\nLVhb ",colorGreen,styleDashed);
Plot(ll,"\nLVlb @ ("+hr+" : "+mn+") ",colorRed,styleDashed);
_SECTION_END();