Indicators¶
Quantitative transformations of price and volume data — the working tools of technical analysis.
Difficulty beginner
Reading order¶
- Moving Averages — SMA, EMA, WMA — the baseline smoother
- RSI — relative strength, overbought/oversold
- MACD — momentum and crossovers
- Bollinger Bands — volatility envelopes
- ATR — average true range, the workhorse for stop placement
- Stochastic Oscillator — close vs. range
- Ichimoku Cloud — multi-component trend/momentum system
- Fibonacci Retracement — proportional retracement levels
- Custom Indicators — building your own
What you should walk away with¶
- A small, non-redundant set of indicators you actually trust.
- An understanding of which indicators measure the same thing.
- A workflow for building and validating a custom indicator.