mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-17 10:08:05 +00:00
27 lines
2.7 KiB
Markdown
27 lines
2.7 KiB
Markdown
# Oscillators
|
|
|
|
> "Oscillators tell you when to act, not which direction to trade." Unknown
|
|
|
|
Oscillators fluctuate above and below a centerline or within bounded ranges. Useful for identifying overbought/oversold conditions, momentum shifts, and divergences. Best in ranging markets; trend-following indicators work better in trending markets.
|
|
|
|
| Indicator | Full Name | Description |
|
|
| :--- | :--- | :--- |
|
|
| [AC](/lib/oscillators/ac/Ac.md) | Acceleration Oscillator | Second derivative of AO. Measures acceleration of market driving force. |
|
|
| [AO](/lib/oscillators/ao/Ao.md) | Awesome Oscillator | 5-period SMA minus 34-period SMA of bar midpoint. Bill Williams creation. |
|
|
| [APO](/lib/oscillators/apo/Apo.md) | Absolute Price Oscillator | Raw currency difference between fast and slow EMAs. Unbounded. |
|
|
| [BBB](/lib/oscillators/bbb/Bbb.md) | Bollinger %B | Position within Bollinger Bands. 0=lower band, 1=upper band. |
|
|
| [BBS](/lib/oscillators/bbs/Bbs.md) | Bollinger Band Squeeze | BB width < KC width indicates consolidation. Breakout imminent. |
|
|
| [CFO](/lib/oscillators/cfo/Cfo.md) | Chande Forecast Oscillator | Percentage difference between price and linear regression forecast. |
|
|
| [DPO](/lib/oscillators/dpo/Dpo.md) | Detrended Price Oscillator | Removes trend via displaced SMA. Reveals cycles. |
|
|
| [FISHER](/lib/oscillators/fisher/Fisher.md) | Fisher Transform | Converts prices to Gaussian distribution. Sharp reversals. |
|
|
| [INERTIA](/lib/oscillators/inertia/Inertia.md) | Inertia | Trend strength from distance to linear regression line. |
|
|
| [KDJ](/lib/oscillators/kdj/Kdj.md) | KDJ Indicator | Enhanced Stochastic. J = 3K - 2D provides leading signal. |
|
|
| [PGO](/lib/oscillators/pgo/Pgo.md) | Pretty Good Oscillator | Distance from SMA normalized by ATR. Units: ATR multiples. |
|
|
| [SMI](/lib/oscillators/smi/Smi.md) | Stochastic Momentum Index | Distance from range midpoint. More sensitive than classic Stochastic. |
|
|
| [STOCH](/lib/oscillators/stoch/Stoch.md) | Stochastic Oscillator | Close position within N-period high-low range. Classic overbought/oversold. |
|
|
| [STOCHF](/lib/oscillators/stochf/Stochf.md) | Stochastic Fast | Unsmoothed Stochastic. Faster but noisier. |
|
|
| [STOCHRSI](/lib/oscillators/stochrsi/Stochrsi.md) | Stochastic RSI | Stochastic applied to RSI. More sensitive than either alone. |
|
|
| [TRIX](/lib/oscillators/trix/Trix.md) | Triple Exponential Average | ROC of triple EMA. Filters noise through three smoothings. |
|
|
| [ULTOSC](/lib/oscillators/ultosc/Ultosc.md) | Ultimate Oscillator | Multi-timeframe oscillator. Combines 7, 14, 28 period buying pressure. |
|
|
| [WILLR](/lib/oscillators/willr/Willr.md) | Williams %R | Inverse Stochastic. -100 to 0 range. Overbought/oversold. |
|