Page 1 of 1

Volume price confirmation indicator (VPCI)

PostPosted: Sat Oct 28, 2017 2:39 pm
by Alexander.Gettinger
VPCI finds the relation between price and volume.

Formulas:
VPCI=VPC*VPR*VM, where
VPC=VWMA(Slow_period)-SMA(Slow_period),
VWMA=Sum(Price_close*Volume),
SMA=Sum(Price_close),
VPR=VWMA(Fast_period)/SMA(Fast_period),
VM=(Sum(Volume,Fast_period)*Slow_period)/(Sum(Volume,Slow_period)*Fast_period).

VPCI_JS.PNG


Download:
VPCI_JS.jsl
(1.98 KiB) Downloaded 664 times

Re: Volume price confirmation indicator (VPCI)

PostPosted: Tue Jan 01, 2019 2:52 pm
by logicgate
My friend I am sorry for posting many messages in a row here, you can delete the previous if you want to not clutter the thread.

I digged a little more and found this MT4 version of VPCI, but it is from 2013 so it just needs to be updated to the latest builds of MT4, thanks! (attached the file)

Re: Volume price confirmation indicator (VPCI)

PostPosted: Wed Jan 02, 2019 6:12 am
by Apprentice

Re: Volume price confirmation indicator (VPCI)

PostPosted: Wed Jan 02, 2019 6:34 am
by logicgate
Apprentice wrote:Try this version.
viewtopic.php?f=38&t=61609


Thank you!!