Kaufman's Adaptive Moving Average (KAMA) is an intelligent technical indicator that automatically adjusts its sensitivity based on market conditions. Developed by Perry Kaufman, KAMA solves the fundamental problem of traditional moving averages: their inability to adapt to changing market volatility.
KAMA becomes more responsive during trending markets (high efficiency) and more stable during sideways or choppy conditions (low efficiency). This self-adjusting behavior makes it valuable for traders who need a single moving average that can effectively handle different market environments without manual parameter changes.
## Core Concepts
* **Efficiency Ratio (ER):** Measures the directional movement relative to volatility.
* **Market Adaptation:** Automatically adjusts sensitivity based on current price behavior.
* **Non-linear Response:** Uses a squared smoothing constant to emphasize differences between trending and non-trending states.
## Parameters
| Parameter | Default | Description |
|-----------|---------|-------------|
| Period | 10 | The lookback window for the Efficiency Ratio. |
| Fast Period | 2 | The effective EMA period when the market is trending (ER = 1). |
| Slow Period | 30 | The effective EMA period when the market is choppy (ER = 0). |