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 and every published strategy that uses True Strength Index (TSI) on WOBR StrategyVerse.


Open the interactive page on WOBR AI → · WOBR.AI home