Windowed Volume Weighted Moving Average
Dec 20, 2019

The Windowed Volume Weighted Moving Average indicator provides a refined approach to volume-based price analysis by applying window functions to a Volume Weighted Moving Average (VWMA) to achieve superior smoothness and reduced spectral leakage. By combining the reactivity of volume weighting with the frequency domain performance of signal processing windows, this tool offers a highly adaptive yet stable trend-following output.
Usage
The Usage section describes how the script can be used to identify trends and filter market noise. Traders can utilize the indicator to confirm trend direction and potential reversal points based on the interaction between price and the moving average.
- Trend Confirmation: When the price remains above the Windowed VWMA, it indicates a bullish trend; conversely, price action below the indicator suggests a bearish trend.
- Volatility Adaptation: Because the script weights price by volume, it reacts faster during high-volume market activity and remains more stable during low-volume periods.
- Smoothing Selection: By selecting different window types, users can choose between varying degrees of lag and smoothness to suit their specific trading strategy or asset class.
- Power Weighting: Increasing the power parameter allows the indicator to focus more aggressively on high-volume bars, creating a "boxier" output that filters out price fluctuations occurring on low relative volume.
Details
The Windowed Volume Weighted Moving Average improves upon the standard VWMA by addressing the "ripples" often found in the frequency response of Finite Impulse Response (FIR) filters. In signal processing, windowing is the process of multiplying filter weights by a symmetric window function to reduce spectral leakage.
Spectral leakage occurs when a non-periodic signal (where the start and end values differ) creates additional frequency components that appear as noise. By applying a window function, the signal is made approximately periodic, resulting in a significantly smoother output in the frequency domain. This implementation applies these concepts to the volume weights, ensuring that the resulting average is less prone to the "whipsaws" commonly associated with more reactive moving averages.
Settings
- Length: Determines the lookback period for the moving average calculation. Higher values provide more smoothing but introduce more lag.
- Source: Defines the price data used for the calculation (e.g., Close, Open, HL2).
- Power: Adjusts the sensitivity to volume. A power of 1.0 represents standard volume weighting; values greater than 1.0 increase the influence of high-volume bars, making the output more reactive to significant market moves.
- Window: Selects the mathematical window function applied to the weights:
- Bartlett: A triangular window that provides a balanced smoothing effect.
- Blackman: Offers higher suppression of side lobes, resulting in a very smooth output with specific frequency characteristics.
- Hanning: A bell-shaped window that provides high-quality smoothing and is a standard in digital signal processing.
- None: Removes the windowing function, reverting the indicator to a standard VWMA (or a powered VWMA if the power setting is adjusted).
FAQ
How does the Power setting change the indicator behavior? The Power setting exponentially increases the weight of bars with high volume. At higher values, the indicator will stay relatively flat during low-volume periods and shift rapidly only when significant volume enters the market.
Which Window type is best for reducing noise? The Blackman and Hanning windows are generally preferred for maximum smoothing and reducing "whipsaw" signals, as they provide better frequency domain performance compared to the Bartlett window.
How do I get access to the Windowed Volume Weighted Moving Average? You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.
Free indicator
Get free access to this indicator on the platforms below.
Unlock the entire LuxAlgo Library
Every indicator, every strategy, full charts, and complete access to Quant — our AI agent.