Add AFIRMA indicator implementation with validation tests and documentation

- Implemented AFIRMA (Autoregressive Finite Impulse Response Moving Average) class with support for various window types and batch processing.
- Created unit tests for AFIRMA to validate internal consistency, streaming, and batch processing.
- Added comprehensive documentation for AFIRMA, including usage examples, performance profile, and parameter selection guide.
- Removed obsolete omnisharp.json configuration file.
This commit is contained in:
Miha Kralj
2025-12-30 20:42:15 -08:00
parent 6e24fea8b7
commit 78a3a25ada
19 changed files with 1843 additions and 26 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
| **Aroon** | [Aroon](../lib/momentum/aroon/aroon.md) | ✔️ | ✔️ | ✔️ | - |
| **Aroon Oscillator** | [AroonOsc](../lib/momentum/aroonosc/AroonOsc.md) | ✔️ | ✔️ | ✔️ | - |
| **ATR Bands** | Atrbands | - | - | - | ❔ |
| **Autoregressive FIR MA** | Afirma | - | - | - | - |
| **Autoregressive FIR MA** | [Afirma](../lib/trends/afirma/Afirma.md) | - | - | - | - |
| **Average Daily Range** | Adr | - | - | - | - |
| **Average Directional Index** | [Adx](../lib/momentum/adx/adx.md) | ✔️ | ✔️ | ✔️ | ✔️ |
| **Average Directional Movement Rating** | [Adxr](../lib/momentum/adxr/Adxr.md) | ✔️ | ✔️ | - | - |