True Strength Index (TSI)

Category: momentum

True Strength Index (TSI) implementation using double Exponential Moving Average (EMA) smoothing of price momentum to identify trend strength and direction.

Formula

TSI = 100 * (EMA(EMA(Price - Price_{prev}, r), s) / EMA(EMA(|Price - Price_{prev}|, r), s))

Inputs

See signal primitives, usage in published strategies and more on WOBR StrategyVerse.


Open in the WOBR AI app → · WOBR.AI home