Page 1 of 1

Volume Accumulation Percentage Indicator

PostPosted: Sun Nov 10, 2013 3:45 pm
by Apprentice
vacc.png

VA = Volume * ((Close-Low)-(High-Close))/(High-Low).
VA.lua
(1.64 KiB) Downloaded 849 times

TVA= N period Sum of VA
TV = N period Sum of Volume
VACC[period] = (TVA / TV) * 100
VACC.lua
(2.14 KiB) Downloaded 802 times


The indicator was revised and updated

Re: Volume Accumulation Percentage Indicator

PostPosted: Mon Dec 02, 2013 10:44 am
by Alexander.Gettinger
MQL4 version of this oscillators: viewtopic.php?f=38&t=60045.

Re: Volume Accumulation Percentage Indicator

PostPosted: Sun Jun 18, 2017 1:02 pm
by Apprentice
The indicator was revised and updated.