mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-14 16:48:04 +00:00
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:
+2
-2
@@ -10,7 +10,7 @@
|
||||
| **Accumulation/Distribution Oscillator** | [Adosc](../lib/volume/adosc/adosc.md) | ✔️ | ✔️ | ✔️ | ✔️ |
|
||||
| **Adaptive Price Zone** | Apz | - | - | - | ❔ |
|
||||
| **Andrews' Pitchfork** | Apchannel | - | - | - | - |
|
||||
| **Archer Moving Averages Trends** | Amat | - | - | - | - |
|
||||
| **Archer Moving Averages Trends** | [Amat](../lib/momentum/amat/Amat.md) | - | - | ✔️ | ✔️ |
|
||||
| **Archer On-Balance Volume** | Aobv | - | - | - | - |
|
||||
| **Arnaud Legoux Moving Average** | [Alma](../lib/trends/alma/alma.md) | - | - | ✔️ | ✔️ |
|
||||
| **Aroon** | [Aroon](../lib/momentum/aroon/aroon.md) | ✔️ | ✔️ | ✔️ | - |
|
||||
@@ -243,7 +243,7 @@
|
||||
| **Ulcer Index** | Ui | - | - | UlcerIndex | ❔ |
|
||||
| **Ultimate Bands** | Ubands | - | - | - | ❔ |
|
||||
| **Ultimate Channel** | Uchannel | - | - | - | - |
|
||||
| **Ultimate Oscillator** | Ultosc | ULTOSC | ultosc | Ultimate | ❔ |
|
||||
| **Ultimate Oscillator** | [Ultosc](../lib/momentum/ultosc/Ultosc.md) | ✔️ | ✔️ | ✔️ | ✔️ |
|
||||
| **Variable Index Dynamic Average** | [Vidya](../lib/trends/vidya/vidya.md) | - | vidya | - | ❔ |
|
||||
| **Velocity (Jurik)** | [Vel](../lib/momentum/vel/vel.md) | - | - | - | - |
|
||||
| **Volatility Adjusted Moving Average** | Vama | - | - | - | ❔ |
|
||||
|
||||
Reference in New Issue
Block a user