--- type: "Learn" title: "Double Exponential Moving Average DEMA Reduce Lag Noise" locale: "zh-CN" url: "https://longbridge.com/zh-CN/learn/double-exponential-moving-average--102731.md" parent: "https://longbridge.com/zh-CN/learn.md" datetime: "2026-03-25T16:16:32.894Z" locales: - [en](https://longbridge.com/en/learn/double-exponential-moving-average--102731.md) - [zh-CN](https://longbridge.com/zh-CN/learn/double-exponential-moving-average--102731.md) - [zh-HK](https://longbridge.com/zh-HK/learn/double-exponential-moving-average--102731.md) --- # Double Exponential Moving Average DEMA Reduce Lag Noise
The double exponential moving average (DEMA) is a technical indicator devised to reduce the lag in the results produced by a traditional moving average. Technical traders use it to lessen the amount of "noise" that can distort the movements on a price chart.
Like any moving average, the DEMA is used to indicate the trend in the price of a stock or other asset. By tracking its price over time, the trader can spot an uptrend—when the price moves above its average, or a downtrend—when the price moves below its average. When the price crosses the average, it may signal a sustained change in the trend.
As its name implies, the DEMA uses two exponential moving averages (EMAs) to eliminate lag in the charts.
This variation on the moving average was introduced by Patrick Mulloy in a 1994 article "Smoothing Data With Faster Moving Averages" in magazine.
## Core Description - Double Exponential Moving Average (DEMA) is a moving-average overlay built to reduce lag while still smoothing price noise. - Investors use the Double Exponential Moving Average to read trend direction, spot potential turning points, and compare momentum across timeframes. - DEMA is descriptive, not predictive: it summarizes recent price action faster than many traditional moving averages, but it still needs context and risk controls. * * * ## Definition and Background ### What the Double Exponential Moving Average is The **Double Exponential Moving Average (DEMA)** is a trend-following technical indicator that modifies the standard exponential moving average so it reacts sooner to price changes. While a simple moving average spreads weight evenly across a window, and an EMA puts more weight on recent prices, both can still respond late after sharp reversals. The Double Exponential Moving Average was designed to keep the smoothing benefits while reducing that delay. ### Why lag and noise matter Most moving averages involve a trade-off: - **Short lookbacks** react quickly but can be influenced by short-term noise (more whipsaws). - **Long lookbacks** filter noise better but respond more slowly (more lag). DEMA aims to adjust this trade-off by reducing lag without requiring an extremely short lookback that could amplify noise. ### Origin DEMA was introduced by **Patrick Mulloy (1994)** in _“Smoothing Data With Faster Moving Averages.”_ The core idea was practical: keep the familiar EMA framework, while mathematically offsetting part of the lag embedded in exponential smoothing. * * * ## Calculation Methods and Applications ### What inputs you need To compute a Double Exponential Moving Average, you typically choose: - A **price series** (often the close) - A **lookback period** \\(N\\) (commonly 10, 20, 50, etc.) Because EMA-type indicators are recursive, DEMA values can be less stable at the beginning of a series. In practice, you generally want enough history for the line to “warm up,” especially when comparing DEMA across platforms. ### The standard DEMA formula A widely used definition is: \\\[\\text{DEMA} = 2 \\cdot \\text{EMA} - \\text{EMA}(\\text{EMA})\\\] In words: you compute an EMA of price, then compute an EMA of that EMA, and combine them so that part of the lag is canceled. ### How DEMA is used on charts Common applications of the Double Exponential Moving Average include: #### Trend filter (price vs. DEMA) - If price stays **above** a rising Double Exponential Moving Average, many traders interpret the environment as bullish. - If price stays **below** a falling Double Exponential Moving Average, the environment is often read as bearish. This is not a rule that “must work,” but a structured way to describe what price is doing relative to a smoothed trend line. #### Potential turning points (crossovers) A crossover (price moving from below to above the Double Exponential Moving Average, or the reverse) can be read as a possible trend shift. Because DEMA is faster than a same-length EMA, crossovers may appear earlier. However, that speed can also lead to more false alarms in sideways conditions. #### Slope and “distance” as momentum clues Beyond crossovers, investors often look at: - The **slope** of the Double Exponential Moving Average (a steepening slope can suggest accelerating trend) - The **distance** between price and DEMA (large gaps can suggest stretched conditions, although this is not a timing tool by itself) * * * ## Comparison, Advantages, and Common Misconceptions ### Quick comparison: SMA vs. EMA vs. DEMA vs. TEMA Indicator How it weights data Typical lag Typical sensitivity to noise SMA Equal weights Higher Lower EMA More weight on recent prices Medium Medium Double Exponential Moving Average EMA with lag offset Lower Higher TEMA Stronger lag offset than DEMA Very low Highest ### Advantages of the Double Exponential Moving Average #### Reduced lag versus many traditional moving averages The primary benefit of the Double Exponential Moving Average is a more timely reaction. In a market that turns quickly, a standard SMA (and sometimes even an EMA) may confirm the turn late. DEMA is designed to reduce that delay, which can make trend visualization clearer. #### Cleaner trend reading in directional moves In sustained trends, DEMA can produce a smoother “trend path” that still stays closer to price than a same-period EMA. Some users find this helpful for staying aligned with the dominant direction rather than waiting for slower confirmation. ### Limitations and trade-offs #### Higher whipsaw risk in ranges In sideways markets, a faster line can be a drawback. The Double Exponential Moving Average may cross price frequently, creating repeated “signals” that do not develop. This reflects a market-condition issue: trend tools generally perform less consistently when there is no trend. #### Parameter sensitivity A Double Exponential Moving Average with a short lookback can be very responsive (and noisy). A longer lookback reduces noise but increases lag, which can partly offset the reason for using DEMA. Because volatility differs across instruments, there is rarely a universal setting that fits all cases. #### Implementation differences Platforms can differ by initialization method, rounding, adjusted vs. unadjusted prices, or how session gaps are handled. When comparing your Double Exponential Moving Average across tools, small differences can shift crossover timing. ### Common misconceptions to avoid #### “DEMA predicts price” The Double Exponential Moving Average does not forecast. It is a transformed summary of past prices. It can look “smart” because it stays close to price, but that visual closeness is not prediction. #### “Reduced lag means reduced noise” DEMA reduces lag. It does not eliminate noise. In choppy conditions, its responsiveness can make noise more visible through frequent crossings. #### “Crossovers are buy or sell commands” A crossover is best treated as a _prompt to reassess_, not a guaranteed action. Without context (volatility, market regime, upcoming events), crossover-only decision-making can be inconsistent and may increase risk. * * * ## Practical Guide ### A structured workflow (education-focused, not a trading system) This section describes a practical way to _use the Double Exponential Moving Average for analysis and decision hygiene_, not as a standalone strategy. Any trading or investing activity involves risk, including the risk of loss. #### Step 1: Choose timeframe and purpose first Pick the chart timeframe based on your holding horizon. For example: - Multi-day swings often reference daily data and mid-range lookbacks. - Longer-term trend context often uses longer lookbacks. Timeframe mismatch is a common issue. Reading a fast Double Exponential Moving Average on a very short chart while managing risk on a much longer horizon can create confusion. #### Step 2: Select a lookback and document why Instead of searching for a “best” setting, write down a simple rationale: - “I want a faster trend filter than EMA, but not as reactive as very short averages.” - “I am using DEMA mainly to describe direction, not to trigger frequent actions.” This can reduce the temptation to curve-fit a parameter to one historical sample. #### Step 3: Use confirmation and filters (conceptual) DEMA often works better when paired with context tools that address questions DEMA cannot answer: - Is volatility unusually high (making crossovers less reliable)? - Is the market trending or ranging? - Are major scheduled events near (earnings, central bank decisions)? You can also use multiple timeframes: a higher-timeframe Double Exponential Moving Average for trend context, and a lower-timeframe view for execution planning, while keeping the “authority” timeframe explicit. #### Step 4: Define risk rules independent of the indicator A Double Exponential Moving Average does not provide position sizing, maximum loss rules, or gap protection. Any process that references DEMA should still define: - maximum exposure per position - exit logic that accounts for volatility - how to handle event risk (for example, avoiding new decisions right before scheduled announcements) ### Case Study (hypothetical, for education only) Assume a large, liquid U.S.-listed stock trades at **$100** and has been rising for several weeks. You overlay: - a **20-day EMA** - a **20-day Double Exponential Moving Average** Over a short pullback, price dips from $100 to **$95** and then rebounds to **$99**. Because DEMA is designed to reduce lag, the **20-day Double Exponential Moving Average** may curve upward sooner than the 20-day EMA as the rebound develops, keeping the trend line closer to price. Now assume the stock enters a sideways month, fluctuating between **$96 and $101** with no clear direction. In this range, the Double Exponential Moving Average may be crossed multiple times, creating repeated “trend change” impressions that fail quickly. The takeaway is not that DEMA is “bad,” but that a faster moving average can be more vulnerable to range conditions. This is why a process may include a regime check (trend vs. range) before treating crossovers as meaningful. If you review charts on **Longbridge ( 长桥证券 )**, focus on consistency: the same timeframe, the same adjusted price settings, and the same DEMA period, so your observations do not change due to platform inputs. * * * ## Resources for Learning and Improvement ### Primary concept references - **Investopedia** style explainers can help confirm basic terminology: lag, smoothing, trend-following behavior, and how Double Exponential Moving Average differs from SMA and EMA. ### Original source for intent - **Patrick Mulloy’s 1994 paper** clarifies why DEMA was designed and what problem it addresses. Reading the original framing can help prevent misuse (for example, treating DEMA as a prediction tool). ### Calculation walkthroughs and platform notes - Look for references that show intermediate series (EMA and EMA of EMA) so you can validate a Double Exponential Moving Average line across platforms. - Review charting documentation for initialization and price input choices, especially if you compare values between tools or brokerage charts. ### Evidence-based evaluation - Materials on backtesting discipline (out-of-sample testing, transaction costs, regime sensitivity) can help you treat the Double Exponential Moving Average as a hypothesis-testing tool rather than a guaranteed edge. ### Community code and discussions (use carefully) - Forums and repositories can help with troubleshooting, but verify implementations against the standard Double Exponential Moving Average definition and confirm parameter assumptions. * * * ## FAQs ### **What is the Double Exponential Moving Average (DEMA) in plain English?** The Double Exponential Moving Average is a moving average designed to follow trends with less delay. It stays smoother than raw price but can react faster than many traditional moving averages. ### **How is DEMA different from EMA?** EMA reduces noise by weighting recent prices more, but it still lags. The Double Exponential Moving Average uses an EMA and an EMA of that EMA, combined to offset part of the lag, so it often turns sooner than a same-length EMA. ### **Does a Double Exponential Moving Average crossover mean “buy” or “sell”?** Not by itself. A crossover can indicate that momentum may be changing, but range-bound markets can produce many false crossovers. It is generally more reliable to treat a crossover as a prompt to check context (trend strength, volatility, upcoming events) rather than a standalone decision rule. ### **What lookback period is “best” for DEMA?** There is no universal best setting. Short periods react faster but can whipsaw. Longer periods smooth more but add lag. Many investors start with common moving average periods (such as 20 or 50) and adjust based on timeframe and volatility, without optimizing to a single historical sample. ### **Why does my DEMA look different on 2 platforms?** Differences often come from initialization (how the first EMA value is set), rounding, adjusted vs. unadjusted prices, or handling of gaps. Keeping the same inputs and data conventions usually reduces discrepancies. ### **When does DEMA tend to work poorly?** The Double Exponential Moving Average often struggles in sideways, low-direction markets where price repeatedly crosses the line. In those conditions, adding regime filters or using a slower average for context can reduce false readings, but it cannot remove risk. ### **Can I use Double Exponential Moving Average for long-term investing?** It can be used as a long-term trend descriptor (for example, checking whether price is broadly above or below a longer lookback Double Exponential Moving Average). It should not replace fundamental analysis, diversification, and risk planning. * * * ## Conclusion The **Double Exponential Moving Average** is a faster, lag-reduced variation of the EMA that can make trend changes more visible. Its main advantage (speed) also explains its main weakness: higher sensitivity and more whipsaws when markets move sideways. Used thoughtfully, the Double Exponential Moving Average can support trend reading, especially when paired with volatility awareness, multi-timeframe context, and risk rules that do not depend on any single indicator. > 支持的语言: [English](https://longbridge.com/en/learn/double-exponential-moving-average--102731.md) | [繁體中文](https://longbridge.com/zh-HK/learn/double-exponential-moving-average--102731.md)