Cryptoquote
  • Welcome to Cryptoquote
  • APIs
    • Analytics APIs
      • Markets
        • Movers
        • Price Volume Gainers
        • Trend Directions
        • Gap Up / Down
        • Range Up / Down
      • Screener
        • Market Screener
      • Event Impact Analysis
        • Event Impact Analysis
      • Single Security Analysis
        • Momentum
        • Historical Volatility
        • Historical Up / Down / Returns
        • Historical Ranking
        • Price Volume Distribution
        • Relative Volume
        • Total Return
        • Total Returns (Yearly)
        • Returns Distribution
        • Historical Change $ and Percentage %
        • Up / Down Percentage
        • Highest / Lowest Traded Values
        • Scan Historical Prices
        • Percentile Stats
        • Financial Returns and Trading Volumes
      • Technical Analysis
        • Technical Indicators Signals
        • SMA indicators and signals
        • Simple Moving Average (SMA)
        • Exponential Moving Average (EMA)
        • Average Directional Movement Index (ADX)
        • Weighted Moving Average (WMA)
        • Double Exponential Moving Average (DEMA)
        • Triple Exponential Moving Average (TEMA)
        • Triangular Moving Average (TRIMA)
        • Kaufman Adaptive Moving Average (KAMA)
        • Pivot points
        • Recognizing 50+ Candlestick patterns
        • Historical VWAP
        • Key Technical Stats
      • Statistical Analysis
        • Skewness
        • Sharpe Ratio
        • Sortino Ratio
      • Multi-Security Analysis
        • Average Returns
        • Correlation Matrix
        • Correlation Matrix - market groups
        • Crypto Correlations
        • High, Low, Averages
        • Relative Volumes
        • Trend Direction
        • Historical Averages
        • Historical Performance
        • Historical Range
        • Symbols Calculated Fields
        • Rankings
      • Reference Tables
        • Fields
      • API Usage
    • Streaming APIs
      • Overview
      • Test
      • Develop
    • REST APIs
      • Market Data Snapshot
        • Markets RT Snapshot
        • Prices Snapshot
      • Historical
        • Tick Time Series
        • N-Minute Time Series
        • Daily Bar Time Series
        • USD Reference Prices
        • Marketcap and Circulation Supply
        • Coin Halving and Forking
    • Reference Data
      • Exchanges
      • Exchange Symbols List
      • Global USD Symbols list
      • Global Commodities Symbols list
      • Global Currencies Symbols list
      • Global Equity Indices Symbols list
      • Coin Information
      • Crypto base ticker and currencies
      • Get instrument information
    • News
      • Page 13
    • Tables
  • Widgets
    • TextToIntel
    • One Widget Multiple Applications
  • News++
    • 🍞Untitled
  • Data News
    • Page 4
  • RSS Feeds
    • Page 5
  • LinkedIn
  • Twitter
  • WidgetiFrame
  • WidgetiFrame
Powered by GitBook
On this page
  1. APIs
  2. Analytics APIs
  3. Technical Analysis

Double Exponential Moving Average (DEMA)

PreviousWeighted Moving Average (WMA)NextTriple Exponential Moving Average (TEMA)

Last updated 2 years ago

Description

DEMA, Double Exponential Moving Average is used to smooth out price data and reduce the lag that is inherent in other moving averages, such as the SMA or EMA. It's similar to EMA in that it gives more weight to recent price data, but it uses a more complex formula.

Calculate DEMA, first calculate EMA of the price data. DEMA is then calculated by taking the EMA and applying the EMA formula again to the result, creating a "double smoothed" average.

The formula:

DEMA = 2*EMA - EMA(EMA)

DEMA is used to identify trends and make trading decisions. If the price is above the DEMA, it may indicate an uptrend, while if the price is below the DEMA, it may indicate a downtrend. Use the DEMA in combination with our other tools to make informed decisions.

End Point

Example

Use Cases:

then

Click here for a Free API key
Test the API yourself!