[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Volume Formula ?


  • To: metastock@xxxxxxxxxxxxx
  • Subject: Re: Volume Formula ?
  • From: HHP <hhp@xxxxxxxx>
  • Date: Thu, 13 Jan 2000 02:15:37 -0800
  • In-reply-to: <001901bf5bd4$9f85be80$4731bccc@xxxxxxx>

PureBytes Links

Trading Reference Links

Rowdy,

You need:
V>Ref(HHV(V,21),-1)
otherwise the 21 days includes today.
HHP
=================
Rowdy wrote:

> To List Members I need a hand at making a volume formula that does
> not include mov(). in this example by the way does not work asks for
> the volume to be greater than the highest high over 21 data points.
>
> V>(HHV(V,21))     Or
> V>Ref(V,-1)+Ref(V,-2)+Ref(V,-3)+Ref(V,-4)+Ref(V-5)
>
> Is there a simple way to do this Thanks : Joe ..JR.