mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-07-31 19:07:42 +00:00
feat: add RRSI (Rocket RSI) — Ehlers TASC May 2018
Algorithm: SuperSmoother-filtered momentum → Ehlers RSI → Fisher Transform - 2-pole Butterworth IIR pre-filter removes noise - Ehlers RSI (raw summation, not Wilder) outputs [-1,1] - arctanh produces Gaussian-distributed zero-mean oscillator Files: Rrsi.cs, Rrsi.Quantower.cs, Rrsi.md, 31+7 tests Integration: sidebar, indices, Python bridge (Exports, _bridge, oscillators, SPEC) Build: 0 warnings, 0 errors | Tests: 15,963 passed, 0 failed
This commit is contained in:
@@ -671,6 +671,7 @@ packages = ["quantalib"]
|
||||
| reflex | `Reflex` | A | period |
|
||||
| reverseema | `ReverseEma` | A | period |
|
||||
| rvgi | `Rvgi` | C (OHLC) | period |
|
||||
| rrsi | `Rrsi` | A | smoothLength, rsiLength |
|
||||
| smi | `Smi` | I (HLC→2+) | period, smoothK, smoothD |
|
||||
| squeeze | `Squeeze` | I (HLC→multi) | bbPeriod, kcPeriod... |
|
||||
| squeeze_pro | `SqueezePro` | I (HLC→multi) | period, bbMult, kcMultWide/Normal/Narrow |
|
||||
|
||||
Reference in New Issue
Block a user