Noon Barbari
Registrati
Indicatori

Stochastic oscillator

Where today's close sits inside the high-low range of the last N bars, 0–100.

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.

Formula

%K = 100 · (C − L_N) / (H_N − L_N)
%D = SMA(%K, 3)

Esempio

14-bar high = 110, low = 100, current close = 107. %K = 100 · (107 − 100) / (110 − 100) = 70. Trending high, not yet overbought.

Come Noon Barbari usa Stochastic oscillator

Ogni concetto qui è implementato nella piattaforma. Apri la documentazione o lo strumento corrispondente per vederlo all'opera.

See the indicators reference

Termini correlati

Torna al glossario