Double Weighted Moving Average
Jan 25, 2019

The Double Weighted Moving Average indicator provides a double-smoothed trend-following line by applying a Weighted Moving Average (WMA) to a previously calculated WMA, offering reduced noise and enhanced trend clarity.
Usage
The Usage section describes how the script can be used, examples should be provided in this section. This section also focuses on how main settings affect the indicator interpretation and output.
The Double Weighted Moving Average (DWMA) is primarily used to identify market trends and potential reversal points. Because it applies two layers of weighting, it reacts more smoothly than a standard WMA while still placing more importance on recent price action compared to a Simple Moving Average (SMA).
- Trend Identification: When the DWMA is rising (often highlighted in green), it indicates a bullish trend. When the DWMA is falling (often highlighted in red), it indicates a bearish trend.
- Crossover Systems: Traders often use the DWMA in conjunction with other moving averages, such as the Jurik Moving Average (JMA), to create crossover signals.
- Support and Resistance: In trending markets, the DWMA can act as a dynamic level where price may find support or resistance.
Details
The DWMA is constructed by taking the Weighted Moving Average of a price source over a specified period and then calculating a second Weighted Moving Average of that result using the same period.
The mathematical logic follows these steps:
- Calculate $WMA_1 = \text{WMA}(\text{Source}, \text{Length})$
- Calculate $DWMA = \text{WMA}(WMA_1, \text{Length})$
This double-smoothing process filters out high-frequency market noise more effectively than a single-stage moving average. This specific implementation includes visual toggles to highlight direction changes and built-in alert conditions for when the slope of the average shifts from positive to negative or vice versa.
Settings
- Length: Determines the lookback period for both the initial and the secondary WMA calculations. Higher values result in a smoother line with more lag, while lower values make the indicator more responsive to price changes.
- Highlight Movements ?: A boolean toggle that changes the color of the DWMA plot based on its directional slope. If enabled, the line turns green during upward movements and red during downward movements. If disabled, the line remains a solid color.
- Source: Defines the price data used for the calculation (e.g., Close, Open, High, Low, HL2, etc.).
FAQ
How does the DWMA differ from a standard WMA? The DWMA applies a second layer of smoothing to the initial WMA result. This makes the indicator significantly smoother and less prone to "whipsaws" in choppy markets, though it introduces slightly more lag than a single WMA.
What are the best settings for the DWMA? Settings depend on the timeframe and strategy. A shorter length (e.g., 10-20) is often used for scalping or day trading, while longer lengths (e.g., 50-100) are better suited for identifying long-term structural trends.
How can I access the Double Weighted Moving Average? You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.
Unlock Unlimited Access to the LuxAlgo Library
Upgrade your plan to get all indicators, strategies, charts, and full access to Quant, our AI agent.
Trading & investing are risky and many will lose money in connection with trading and investing activities. All content on this site is not intended to, and should not be, construed as financial advice. Decisions to buy, sell, hold or trade in securities, commodities and other investments involve risk and are best made based on the advice of qualified financial professionals. Past performance does not guarantee future results.
Hypothetical or Simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not been executed, the results may have under-or-over compensated for the impact, if any, of certain market factors, including, but not limited to, lack of liquidity. Simulated trading programs in general are designed with the benefit of hindsight, and are based on historical information. No representation is being made that any account will or is likely to achieve profit or losses similar to those shown.
Testimonials appearing on this website may not be representative of other clients or customers and is not a guarantee of future performance or success.
As a provider of technical analysis tools and strategies, we do not have access to the personal trading accounts or brokerage statements of our customers. As a result, we have no reason to believe our customers perform better or worse than traders as a whole based on any content, tool, or platform feature we provide.
Charts used on this site are by TradingView in which the majority of our technical indicators are built on. TradingView® is a registered trademark of TradingView, Inc. www.TradingView.com TradingView® has no affiliation with the owner, developer, or provider of the Services described herein.
Market data is provided by CBOE, CME Group, BarChart, Massive, CoinAPI. Select U.S. equities data is provided through Massive. CBOE BZX real-time U.S. equities data is licensed from CBOE and provided through BarChart. Real-time futures data is licensed from CME Group and provided through BarChart. Select cryptocurrency data, including major coins, is provided through CoinAPI. All data is provided “as is” and should be verified independently for trading purposes.
This does not represent our full Disclaimer. Please read our full disclaimer.
© 2026 LuxAlgo Global, LLC.

