The stochastic oscillator, developed by George Lane in the 1950s, measures momentum by asking where the current close sits within the high-to-low range of the look-back window. %K is the raw measure; %D is a simple moving average of %K used as the signal line. The canonical setting is 14, 3, 3 — 14-bar look-back, 3-bar SMA of %K to smooth it, then 3-bar SMA of %K to get %D.
Reads are similar to RSI: above 80 = overbought, below 20 = oversold. The classic signal is a %K / %D crossover near the extremes, plus divergence with price.
Unlike RSI, stochastic measures position-in-range rather than ratio-of-gains-to-losses, so the two oscillators behave differently in choppy markets — stochastic is faster and noisier.
Formule
%K = 100 · (C − L_N) / (H_N − L_N) %D = SMA(%K, 3)
Exemple
14-bar high = 110, low = 100, current close = 107. %K = 100 · (107 − 100) / (110 − 100) = 70. Trending high, not yet overbought.
Comment Noon Barbari utilise Stochastic oscillator
Chaque concept ici est implémenté dans la plateforme. Ouvre la documentation ou l'outil concerné pour le voir en action.
See the indicators reference →Termes liés
- Indicateurs
Relative strength index (RSI)
Momentum oscillator that ranges 0–100 based on the ratio of gains to losses.
- Indicateurs
MACD
Trend-momentum hybrid: difference of two EMAs, plus a signal-line EMA and histogram.
- Indicateurs
Moving average
A rolling average of price over a fixed window, used to smooth noise.
- Structure de marché
Range
Sideways price action bounded by a definable support and resistance.