Definitions
In plain terms
Its formula is 2E1 minus E2, so it is a signed combination rather than a simple average.
Technical
The implementation freezes shared period and alpha, both seeds, nested readiness, missing data, numerical precision, and output start.
Scope
DEMA is not double exponential smoothing and can overshoot the input range.
Formula
DEMA = 2*E1 - E2DEMA_t=2E_{1,t}-E_{2,t}| Symbol | Meaning | Unit |
|---|---|---|
E1 | EMA of the input | input unit |
E2 | EMA of E1 | input unit |
Output unit: input unit
Examples
- A governed lesson uses Double Exponential Moving Average only with declared inputs, timing, parameters, and edge-case behavior.
Common misconceptions
- DEMA is not double exponential smoothing and can overshoot the input range.
Concept relationships
Prerequisites
Where this concept is used
Evidence and governance
- Double Exponential Moving Average TA-Lib · first party technical publication
Supports: preferred label, short definition, technical definition, formula
Limits: Provider lookback and unstable-period behavior must be distinguished from another implementation's warm-up policy.
- Reviewed by
- fintech-builder-batch-006
- Last reviewed
- 2026-07-27
- Next review
- 2027-07-27
- Record status
- evidence reviewed
This record is evidence-reviewed and readable, but not yet promoted to published — it is served noindex,follow and excluded from the sitemap.