PureBytes Links
Trading Reference Links
|
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 ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/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/
|