feat: Implement ADX Indicator with Quantower integration

This commit is contained in:
Miha Kralj
2025-12-14 20:32:01 -08:00
parent 78775c1da0
commit 016c10b68a
9 changed files with 830 additions and 202 deletions
+1
View File
@@ -4,6 +4,7 @@ Trend indicators help identify the direction and strength of a market trend. Mov
| Indicator | Full Name | Description |
| :--- | :--- | :--- |
| [ADX](adx/Adx.md) | Average Directional Index | Measures the strength of a trend, regardless of its direction. |
| ALLIGATOR | Williams Alligator | |
| [ALMA](alma/Alma.md) | Arnaud Legoux MA | Uses Gaussian distribution weights to balance smoothness and responsiveness. |
| AMAT | Archer Moving Averages Trends | |