Definitions
In plain terms
It retains momentum direction in the numerator and normalizes it by similarly smoothed movement magnitude.
Technical
The contract freezes long then short periods, EMA alpha and seeds, staging, first-ready index, zero denominator, missing data, and optional signal exclusion.
Scope
TSI is not RSI and a zero crossing is not guaranteed trend confirmation.
Formula
TSI = 100 * double-smoothed change / double-smoothed absolute changeTSI_t=100\frac{EMA_s(EMA_l(\Delta C))}{EMA_s(EMA_l(|\Delta C|))}| Symbol | Meaning | Unit |
|---|---|---|
double-smoothed change | signed momentum after two EMA stages | price |
double-smoothed absolute change | absolute momentum after two EMA stages | price |
Output unit: percent
Examples
- A governed lesson calculates or identifies True Strength Index only after its inputs, window, state, scale, and edge cases are declared.
Common misconceptions
- TSI is not RSI and a zero crossing is not guaranteed trend confirmation.
Concept relationships
Where this concept is used
Evidence and governance
- True Strength Index TA-Lib · first party technical publication
Supports: preferred label, short definition, technical definition, formula
Limits: Long/short ordering, EMA seeds, warm-up suppression, optional signal line, and zero denominator vary by implementation.
- Reviewed by
- fintech-builder-batch-008
- Last reviewed
- 2026-07-29
- Next review
- 2027-07-29
- Record status
- published