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

Triple Exponential Moving Average (TEMA)

PreviousDouble Exponential Moving Average (DEMA)NextTriangular Moving Average (TRIMA)

Last updated 2 years ago

Description

TEMA, Triple Exponential Moving Average is used to smooth out price data and reduce the lag that is inherent in other moving averages. It's similar to DEMA but uses a more complex formula to achieve a further smoothed average.

Calculate TEMA, first calculate the EMA of the price data over three different time periods. The TEMA is then calculated by taking the three EMAs and applying the formula for the DEMA to each of them then summing the results.

The formula:

TEMA = 3EMA - 3EMA(EMA) + EMA(EMA(EMA))

TEMA is used to identify trends, if the price is above the TEMA, it may indicate an uptrend, while if the price is below the TEMA, it may indicate a downtrend. It's important to use the TEMA 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!