Page 1 of 1

Volume price confirmation indicator (VPCI)

PostPosted: Fri Dec 19, 2014 12:23 pm
by Alexander.Gettinger
The 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_MQL.PNG


Download:
VPCI.mq4
(2.29 KiB) Downloaded 1700 times

vpci_BB.mq4
(10.9 KiB) Downloaded 736 times


Based on Lua/TS2 version.
viewtopic.php?f=17&t=3478

Re: Volume price confirmation indicator (VPCI)

PostPosted: Thu Jan 03, 2019 8:25 pm
by logicgate
Thanks!!!

Re: Volume price confirmation indicator (VPCI)

PostPosted: Fri Aug 16, 2019 7:20 pm
by logicgate
Hi there my friend. Can you add a Bollinger band option inside the indicator to be plotted around the indicator (VPCI) using the indicator data? I am trying to apply indicators to indicators in MT4 following the instructions I found online, but it ends up adding to main price chart always... Check the screenshot, I choose to apply to indicator but does not work.

Re: Volume price confirmation indicator (VPCI)

PostPosted: Sun Aug 18, 2019 8:23 am
by Apprentice
Your request is added to the development list under Id Number 4852

Re: Volume price confirmation indicator (VPCI)

PostPosted: Sun Aug 18, 2019 9:10 am
by logicgate
My friend you can abort this request, i donĀ“t wanna waste your time. I was able just now to apply the bollinger bands to the indicator, the thing i was not doing was dragging the indicator on TOP of the indicator.... It does not work if you double click the indicator on the list and choose from the dropdown menu.

Re: Volume price confirmation indicator (VPCI)

PostPosted: Mon Aug 19, 2019 6:34 am
by Apprentice
vpci_BB.mq4 added.