mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 13:08:04 +00:00
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:
+1
-1
@@ -29,7 +29,7 @@
|
||||
| ADR | Average Daily Range | Volatility |
|
||||
| [ADX](momentum/adx/Adx.md) | Average Directional Index | Momentum |
|
||||
| [ADXR](momentum/adxr/Adxr.md) | Average Directional Movement Rating | Momentum |
|
||||
| AFIRMA | Autoregressive FIR MA | Forecasts |
|
||||
| [AFIRMA](trends/afirma/Afirma.md) | Autoregressive FIR MA | Trends |
|
||||
| ALLIGATOR | Williams Alligator | Trends |
|
||||
| [ALMA](trends/alma/Alma.md) | Arnaud Legoux MA | Trends |
|
||||
| AMAT | Archer Moving Averages Trends | Trends |
|
||||
|
||||
Reference in New Issue
Block a user