mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 13:58:04 +00:00
- Implemented Aroon Indicator with constructor, initialization, and update methods. - Added unit tests for AroonIndicator to verify default settings, historical depth, short name, source code link, and processing of historical bars. - Created Aroon class for core calculations, including methods for updating with TBar and TBarSeries. - Added validation tests to ensure Aroon calculations match results from Skender and TA-Lib. - Updated documentation for Aroon Indicator with calculation methods and usage examples. - Refactored Dema and Wma classes to use Batch methods for calculations. - Enhanced performance benchmarks by increasing bar count and integrating OoplesFinance indicators. - Updated project dependencies to include OoplesFinance.StockIndicators.
50 lines
2.2 KiB
Markdown
50 lines
2.2 KiB
Markdown
# Momentum
|
|
|
|
Momentum indicators measure the speed or strength of price movements. This includes classic oscillators and rate-of-change indicators.
|
|
|
|
| Indicator | Full Name | Description |
|
|
| :--- | :--- | :--- |
|
|
| AC | Acceleration Oscillator | |
|
|
| [ADX](adx/Adx.md) | Average Directional Index | Measures the strength of a trend, regardless of its direction. |
|
|
| ADXR | Average Directional Movement Rating | |
|
|
| [AO](ao/Ao.md) | Awesome Oscillator | Measures market momentum using the difference between 34-period and 5-period SMAs of median price. |
|
|
| APO | Absolute Price Oscillator | |
|
|
| [AROON](aroon/Aroon.md) | Aroon | Identifies trend changes and strength using time since high/low. |
|
|
| AROONOSC | Aroon Oscillator | |
|
|
| BBB | Bollinger %B | |
|
|
| BBS | Bollinger Band Squeeze | |
|
|
| BOP | Balance of Power | |
|
|
| CCI | Commodity Channel Index | |
|
|
| [CFB](cfb/Cfb.md) | Jurik Composite Fractal Behavior | Trend Duration Index using fractal efficiency. |
|
|
| CHOP | Choppiness Index | |
|
|
| CMO | Chande Momentum Oscillator | |
|
|
| [DMX](dmx/Dmx.md) | Jurik Directional Movement Index | Advanced replacement for DMI/ADX using JMA smoothing. |
|
|
| DPO | Detrended Price Oscillator | |
|
|
| DX | Directional Movement Index | |
|
|
| FISHER | Ehlers Fisher Transform | |
|
|
| IMI | Intraday Momentum Index | |
|
|
| INERTIA | Inertia | |
|
|
| KDJ | KDJ Indicator | |
|
|
| MACD | Moving Average Convergence Divergence | |
|
|
| MOM | Momentum | |
|
|
| PGO | Pretty Good Oscillator | |
|
|
| PMO | Price Momentum Oscillator | |
|
|
| PPO | Percentage Price Oscillator | |
|
|
| PRS | Price Relative Strength | |
|
|
| QSTICK | Qstick Indicator | |
|
|
| ROC | Rate of Change | |
|
|
| ROCP | Rate of Change Percentage | |
|
|
| ROCR | Rate of Change Ratio | |
|
|
| RSI | Relative Strength Index | |
|
|
| [RSX](rsx/Rsx.md) | Jurik Relative Strength X | Noise-free, zero-lag version of RSI |
|
|
| SMI | Stochastic Momentum Index | |
|
|
| STOCH | Stochastic Oscillator | |
|
|
| STOCHF | Stochastic Fast | |
|
|
| STOCHRSI | Stochastic RSI | |
|
|
| TRIX | Triple Exponential Average | |
|
|
| TSI | True Strength Index | |
|
|
| ULTOSC | Ultimate Oscillator | |
|
|
| [VEL](vel/Vel.md) | Jurik Velocity | Momentum oscillator calculated as the difference between Parabolic Weighted MA and Weighted MA. |
|
|
| VORTEX | Vortex Indicator | |
|
|
| WILLR | Williams %R | |
|