Source: https://fxcodebase.com/code/viewtopic.php?f=48&t=65307
Forum: 48 · Topic 65307 · 4 post(s)
Alexander.Gettinger · Sat Oct 28, 2017 2:39 pm
VPCI finds the relation between price and volume.
Formulas: VPCI=VPCVPRVM, where VPC=VWMA(Slow_period)-SMA(Slow_period), VWMA=Sum(Price_closeVolume), SMA=Sum(Price_close), VPR=VWMA(Fast_period)/SMA(Fast_period), VM=(Sum(Volume,Fast_period)Slow_period)/(Sum(Volume,Slow_period)*Fast_period).
Download:
logicgate · Tue Jan 01, 2019 2:52 pm
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)
Apprentice · Wed Jan 02, 2019 6:12 am
Try this version. viewtopic.php?f=38&t=61609
logicgate · Wed Jan 02, 2019 6:34 am
Apprentice wrote: Try this version. viewtopic.php?f=38&t=61609
Thank you!!