Stochastic Oscillator (Stoch)

Category: momentum

The Stochastic Oscillator measures the position of the current price relative to the high-low range over a specified period, expressed as a percentage between 0 and 100.

Formula

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

Inputs

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


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