mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-15 17:18:05 +00:00
feat: add USI (Ehlers Ultimate Strength Index) - TASC Nov 2024
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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) |
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user