FTB-C000323 / Indicator

Triple Exponential Moving Average

Triple Exponential Moving Average combines three nested EMA stages as 3E1 minus 3E2 plus E3.

Also known asTEMA

Definitions

In plain terms

The signed combination seeks lower lag while preserving a smoothed output.

Technical

The implementation freezes alpha, all three seeds, stage readiness, missing values, precision, and first valid output.

Scope

TEMA is not a simple average of three EMAs and is not the TRIX oscillator.

Formula

TEMA = 3*E1 - 3*E2 + E3
LaTeX: TEMA_t=3E_{1,t}-3E_{2,t}+E_{3,t}
SymbolMeaningUnit
E1EMA of inputinput unit
E2EMA of E1input unit
E3EMA of E2input unit

Output unit: input unit

Examples

  • A governed lesson uses Triple Exponential Moving Average only with declared inputs, timing, parameters, and edge-case behavior.

Common misconceptions

  • TEMA is not a simple average of three EMAs and is not the TRIX oscillator.

Concept relationships

Where this concept is used

Evidence and governance

  1. Triple Exponential Moving Average TA-Lib · first party technical publication

    Supports: preferred label, short definition, technical definition, formula

    Limits: The documentation does not make TEMA equivalent to the unrelated TRIX oscillator or guarantee reduced error.

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.