Merge branch 'dev'

This commit is contained in:
Miha Kralj
2026-03-13 13:47:10 -07:00
404 changed files with 2754 additions and 1763 deletions
+1 -4
View File
@@ -15,9 +15,6 @@
+ sigPeriod - 2` bars |
- The Know Sure Thing is a multi-timeframe momentum oscillator that computes four Rate of Change values at progressively longer lookback periods, smo...
- Parameterized by `r1` (default 10), `r2` (default 15), `r3` (default 20), `r4` (default 30), `s1` (default 10), `s2` (default 10), `s3` (default 10), `s4` (default 15), `sigPeriod` (default 9).
- Output range: Varies (see docs).
- Requires `Math.Max(Math.Max(r1, r2), Math.Max(r3, r4))
+ Math.Max(Math.Max(s1, s2), Math.Max(s3, s4))
+ sigPeriod - 2` bars of warmup before first valid output (IsHot = true).
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
@@ -116,4 +113,4 @@ Fully vectorizable in batch mode — no recursive dependencies. AVX2 achieves ~4
- Pring, M.J. (1992). "The KST System." *Technical Analysis of Stocks & Commodities*
- Pring, M.J. (2002). *Technical Analysis Explained*, 4th ed. McGraw-Hill
- PineScript reference: [`kst.pine`](kst.pine)
- PineScript reference: [`kst.pine`](kst.pine)