feat: add USI (Ehlers Ultimate Strength Index) - TASC Nov 2024

This commit is contained in:
Miha Kralj
2026-03-17 16:44:48 -07:00
parent d3cb9d2513
commit 84d12e5706
14 changed files with 1318 additions and 0 deletions
+1
View File
@@ -218,6 +218,7 @@ Bounded indicators that oscillate around a centerline or between fixed extremes.
| [**TRIX**](../lib/oscillators/trix/Trix.md) | Triple Exponential Average | ROC of triple-smoothed EMA |
| [**TTM_WAVE**](../lib/oscillators/ttm_wave/TtmWave.md) | TTM Wave | Fibonacci-period MACD composite (A/B/C waves) |
| [**ULTOSC**](../lib/oscillators/ultosc/Ultosc.md) | Ultimate Oscillator | Multi-timeframe weighted buying pressure |
| [**USI**](../lib/oscillators/usi/Usi.md) | Ehlers Ultimate Strength Index | UltimateSmoother-based RSI with symmetric [-1, +1] range |
| [**WILLR**](../lib/oscillators/willr/Willr.md) | Williams %R | Inverse Stochastic (-100 to 0) |
### Dynamics
+1
View File
@@ -248,6 +248,7 @@ Numbers that bounce between limits. Overbought, oversold, divergence. You know t
| TRIX | Triple Exponential Average | [trix.pine](../lib/oscillators/trix/trix.pine) |
| TTM_WAVE | TTM Wave | [ttm_wave.pine](../lib/oscillators/ttm_wave/ttm_wave.pine) |
| ULTOSC | Ultimate Oscillator | [ultosc.pine](../lib/oscillators/ultosc/ultosc.pine) |
| USI | Ehlers Ultimate Strength Index | [usi.pine](../lib/oscillators/usi/usi.pine) |
| WILLR | Williams %R | [willr.pine](../lib/oscillators/willr/willr.pine) |
---