PureBytes Links
Trading Reference Links
|
--- In Metastockusers@xxxxxxxxxxxxxxx, "wd" <wdjd@xxxx> wrote:
> Kayte,
>
>
> > Does anyone know how to recreate volume+ in Metastock like Big
>
> Several ways:
>
> Mov(V,50,S);
>
>
> If(C>=Ref(C,-1),V,0);
> If(C<Ref(C,-1),V,0);
> Mov(V,50,S);
>
>
> If(C > Ref(C,-1),V/Mov(V,50,S),0);
> If(C < Ref(C,-1),V/Mov(V,50,S),0);
> 1;
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Rent DVDs from home.
Over 14,500 titles. Free Shipping
& No Late Fees. Try Netflix for FREE!
http://us.click.yahoo.com/ybSovB/hP.FAA/3jkFAA/zMEolB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|