Stochastic Oscillator

Category: momentum

A momentum oscillator that compares a security's closing price to its price range over a specific period, used to identify overbought and oversold conditions.

Formula

\%K = (\sum_{n=1}^{Slowing} (Close - Low_n) / \sum_{n=1}^{Slowing} (High_n - Low_n)) \times 100 \\ \%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