feat: Implement ADX Indicator with tests, documentation, and integration

This commit is contained in:
Miha Kralj
2025-12-14 20:37:30 -08:00
parent 016c10b68a
commit db6f994d75
9 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
| ADL | Accumulation/Distribution Line | Volume |
| ADOSC | Chaikin A/D Oscillator | Volume |
| ADR | Average Daily Range | Volatility |
| ADX | Average Directional Movement Index | Momentum |
| [ADX](momentum/adx/Adx.md) | Average Directional Index | Momentum |
| ADXR | Average Directional Movement Rating | Momentum |
| AFIRMA | Autoregressive FIR MA | Forecasts |
| ALLIGATOR | Williams Alligator | Trends |
@@ -235,7 +235,7 @@
| STOCH | Stochastic Oscillator | Momentum |
| STOCHF | Stochastic Fast | Momentum |
| STOCHRSI | Stochastic RSI | Momentum |
| SUPER | SuperTrend | Trends |
| [SUPER](trends/super/Super.md) | SuperTrend | Trends |
| SWINGS | Swing High/Low Detection | Reversals |
| [T3](trends/t3/T3.md) | Tillson T3 MA | Trends |
| TANH | Hyperbolic Tangent | Numerics |