Add Ultimate Oscillator implementation and documentation

- Introduced the Ultimate Oscillator (UltOsc) indicator with detailed mathematical foundation and performance profile.
- Added historical context and common pitfalls for better user understanding.
- Implemented Bilateral filter with enhanced update methods and batch calculations.
- Updated Blackman Moving Average (BLMA) with improved handling of NaN values and batch processing capabilities.
- Created unit tests for AmatIndicator to ensure proper functionality and signal generation.
- Integrated AmatIndicator into the Quantower platform with appropriate line series for trend and strength visualization.
- Updated project file to include new indicator implementations.
This commit is contained in:
Miha Kralj
2025-12-31 23:30:54 -08:00
parent a42c9acd0b
commit 11f4ec2497
18 changed files with 3471 additions and 66 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
| [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 |
| [AMAT](momentum/amat/Amat.md) | Archer Moving Averages Trends | Momentum |
| [AO](momentum/ao/Ao.md) | Awesome Oscillator | Momentum |
| AOBV | Archer On-Balance Volume | Volume |
| APCHANNEL | Andrews' Pitchfork | Channels |