| 
 PureBytes Links 
Trading Reference Links 
 | 
Thought some of you might enjoy this. Its a volume based indicator 
discussed in the March '05 edition of Active Trader. By using just 
the VPR I think you will find a most useful indicator...change the 
last line to VPR.
Enjoy,
Preston 
{VPCI}
{Vol Price Confirmation Index}
{Active Trader March 2005}
Pds:=input("periods",1,500,12);
Pdsa:=input("longterm vol periods",1,500,50);
VPC:=mov(c,pds,vol)-mov(c,pds,s);
VPR:= (mov(c,pds,vol)/mov(c,pds,s))*VPC;
VM:= mov(v,pds,s)/mov(v,pdsa,s);
VPCI:=(VPC*VPR)*VM;
VPCI
------------------------ Yahoo! Groups Sponsor --------------------~--> 
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/BefplB/TM
--------------------------------------------------------------------~-> 
 
Yahoo! Groups Links
<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
    equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 
 |