Add Aroon Indicator implementation and tests

- 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.
This commit is contained in:
Miha Kralj
2025-12-17 13:18:25 -08:00
parent 15c4e832ed
commit 1084644a3d
14 changed files with 921 additions and 310 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
| APCHANNEL | Andrews' Pitchfork | Channels |
| APO | Absolute Price Oscillator | Momentum |
| APZ | Adaptive Price Zone | Channels |
| AROON | Aroon | Momentum |
| [AROON](momentum/aroon/Aroon.md) | Aroon | Momentum |
| AROONOSC | Aroon Oscillator | Momentum |
| ATAN2 | Two-Argument Arctangent | Numerics |
| ATR | Average True Range | Volatility |