logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
KTP2  
#1 Posted : Tuesday, May 11, 2010 2:48:03 PM(UTC)
KTP2

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 2/2/2007(UTC)
Posts: 367

Was thanked: 1 time(s) in 1 post(s)

Buff Dormeier’s article, “Between Price and Volume” describes the calculation and use of the Volume Price Confirmation Indicator (or VPCI).  The formula for this indicator and the instructions on adding it to MetaStock are: 

To enter these indicators into MetaStock:

  1. In the Tools menu, select Indicator Builder.
  2. Click New to open the Indicator Editor for a new indicator.
  3. Type the name of the formula
  4. Click in the larger window and type in the formula.
  1. Click Ok to close the Indicator Editor.

 

Name: Volume Price Confirmation Indicator

Formula:

  • x:=Input("long term periods",30,200,50);
  • y:=Input("short term periods",5,30,10);
  • (Mov(C,x,VOL)-Mov(C,x,S))*
  • (Mov(C,y,VOL)/Mov(C,y,S))*
  • (Mov(V,y,S)/Mov(V,x,S))

 

This indicator will prompt for the long and short term time periods.  It uses 50 and 10 as the defaults.

 

William Golson

Equis International

Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.