FTB-C000575 / Formula component

Force EMA Update

Force EMA update is the recursive smoothing step applied to each later raw-force value.

Definitions

In plain terms

Each new value blends the latest raw force with the prior smoothed Force Index.

Technical

With alpha=2/(13+1), FI_t = alpha×RawForce_t + (1-alpha)×FI_(t-1) after the seed.

Scope

Changing alpha or using a different moving average changes both lag and scale.

Formula

FI_t = alpha RawForce_t + (1-alpha) FI_(t-1)
LaTeX: FI_t = \alpha RawForce_t + (1-\alpha)FI_{t-1}
SymbolMeaningUnit
alphaEMA smoothing factordimensionless

Output unit: price-volume

Examples

  • A reviewer computes Force EMA Update from a small OHLCV fixture and checks readiness, units, and edge cases before publication.

Common misconceptions

  • Changing alpha or using a different moving average changes both lag and scale.

Concept relationships

Where this concept is used

Evidence and governance

  1. Elder's Force Index (EFI) TradingView · official platform documentation

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

    Limits: Exact warm-up, seed, and smoothing settings remain an implementation contract.

  2. Volume indicators function group TA-Lib · first party technical publication

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

    Limits: Library compatibility does not by itself prove a project's seed, warm-up, or missing-data policy.

  3. Closing Price Investor.gov · official standard

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

    Limits: A close is not automatically an adjusted close and may vary by market session convention.

  4. What Is Volume? CME Group · official exchange

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

    Limits: Futures contract conventions do not define every equity or digital-asset volume feed.

  5. Price Volume Trend (PVT) TradingView · official platform documentation

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

    Limits: Does not prescribe an adjustment policy, forecast, or trade direction.

Reviewed by
fintech-builder-batch-010
Last reviewed
2026-08-01
Next review
2027-08-01
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.