True Strength Index (TSI) with Signal Line

Category: momentum

An implementation of the True Strength Index (TSI) which uses double-smoothed exponential moving averages of price momentum to reduce noise and lag.

Formula

TSI = 100 * (EMA(EMA(Momentum, r), s) / EMA(EMA(|Momentum|, r), s)) \nSignalLine = MA(TSI, n) \nwhere Momentum = Price - Price[1]

Inputs

See signal primitives and every published strategy that uses True Strength Index (TSI) with Signal Line on WOBR StrategyVerse.


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