PureBytes Links
Trading Reference Links
|
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 <sidhartha70@xxxxxxxxx>:
> Use something like,
>
> BarsSince(HHV(V,25));
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Louis Préfontaine" <rockprog80@xxx>
> 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
>>
------------------------------------
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|