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, usage in published strategies and more on WOBR StrategyVerse.


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