The Stochastic Oscillator compares an asset’s closing price to its price range over a period, helping identify overbought or oversold conditions. It’s like RSI but focuses on price positioning. How is it used?
- Overbought/oversold: Buy when %K crosses above 20; sell when it crosses below 80.
- Crossovers: %K crossing above %D is bullish; crossing below is bearish.
- Divergence: Divergence between price and Stochastic can signal reversals.
- %K: [(Current Close - Lowest Low) / (Highest High - Lowest Low)] × 100
- %D: 3-period SMA of %K.