Stochastic Oscillator

Category: momentum

Classic Stochastic Oscillator measuring the location of the close relative to the high-low range over a set period, used to identify overbought and oversold conditions.

Formula

%K = \frac{\sum_{i=0}^{Slowing-1} (Close_i - Low\_Range_i)}{\sum_{i=0}^{Slowing-1} (High\_Range_i - Low\_Range_i)} \times 100, \text{ where } %D = SMA(%K, D\_Period)

Inputs

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


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