Double Exponential Moving Average (DEMA)
The DEMA is a measurement of a security's moving average that gives greater weight to recent price data. Like the exponential moving average (EMA), it reacts more quickly to price fluctuations compared to a simple moving average (SMA), providing greater value to short-term traders seeking to identify trend changes.
By creating a moving average of a security's moving average, oscillations are more effectively eliminated. Doubling the EMA increases the magnitude of the line, making peaks sharper and valleys deeper. The DEMA thus reflects a moving average while keeping pace with daily changes.
Formula: DEMA = (2 * EMA(n)) - (EMA(EMA(n)))
where: n = period