- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
Volume Price Confirmation Indicator VPCI
kaynak
metastock.com
Between Price and Volume 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:
Kod:
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))
metastock.com