Stochastic Oscillator (ta.stoch)

Category: momentum

Computes the Stochastic Oscillator, measuring the position of the current price relative to the high-low range over a specified period.

Formula

100 * (source - lowest(low, length)) / (highest(high, length) - lowest(low, length))

Inputs

See signal primitives and every published strategy that uses Stochastic Oscillator (ta.stoch) on WOBR StrategyVerse.


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