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
@@ -59,4 +59,5 @@ Oscillators fluctuate above and below a centerline or within bounded ranges. Use
| [TRIX](trix/Trix.md) | Triple Exponential Average | ROC of triple EMA. Filters noise through three smoothings. |
| [TTM_WAVE](ttm_wave/TtmWave.md) | TTM Wave | Fibonacci-period MACD composite (Waves A/B/C). John Carter. |
| [ULTOSC](ultosc/Ultosc.md) | Ultimate Oscillator | Multi-timeframe oscillator. Combines 7, 14, 28 period buying pressure. |
| [USI](usi/Usi.md) | Ehlers Ultimate Strength Index | Symmetric RSI replacement using UltimateSmoother. [-1, +1]. TASC Nov 2024. |
| [WILLR](willr/Willr.md) | Williams %R | Inverse Stochastic. -100 to 0 range. Overbought/oversold. |