You could try this to get volume on bars before and after the hhv bar Bar10 = valuewhen( hhvbars(h,25)==0, ref(v,-1) ); Bar01 = valuewhen( hhvbars(h,25)==0, ref(v,1) );
-- Cheers Graham Kav AFL Writing Service http://www.aflwriting.com 2008/7/2 sidhartha70 <[EMAIL PROTECTED]>: > Use something like, > > BarsSince(HHV(V,25)); > > > --- In [email protected], "Louis Préfontaine" <[EMAIL PROTECTED]> > wrote: >> >> Hi again, >> >> Another question is puzzling me. Tried to find the answer in the > manual, >> but didn't found' it. Luckily, this one should be easy for most > experienced >> users. >> >> I want to get the HHV of volume of a bar HHV (V,25) but then be > able to >> reference the bar before that or after that. Is it possible to get the >> value of the HHV bar and then be able to get the date of that bar so > I could >> use it to determine what happened before or after that bar. >> >> E.g. Bar = HHV (V,25); >> Bar > ref (Bar,-1); >> >> Etc. >> >> Thanks, >> >> Louis >>
