VWMA - Volume Weighted Moving Average
Last updated
Last updated
VWMA is a non-cumulated smoothed average that is weighted based on the various volumes for the periods.
double
When using this method with an index (e.g. VWMA(14)[int barsAgo] ), the value of the indicator will be issued for the referenced bar.
inSeries Input data series for the indicator
period Number of bars included in the calculations