v0.8.6: update indicator docs, ndepend tooling, ALMA refactor, gitignore cleanup

This commit is contained in:
Miha Kralj
2026-03-13 13:46:52 -07:00
parent e3e9555fc1
commit c75135ab14
402 changed files with 2222 additions and 1779 deletions
+1 -3
View File
@@ -14,8 +14,6 @@
- TD Sequential is Tom DeMark's exhaustion counting system that identifies potential trend reversals through two phases: a 9-count Setup phase that d...
- No configurable parameters; computation is stateless per bar.
- Output range: Varies (see docs).
- Requires `comparePeriod + 1` bars of warmup before first valid output (IsHot = true).
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
TD Sequential is Tom DeMark's exhaustion counting system that identifies potential trend reversals through two phases: a 9-count Setup phase that detects overextended trends, and a 13-count Countdown phase that pinpoints probable reversal timing. Unlike oscillators that measure momentum magnitude, TD Sequential counts consecutive qualifying bars, producing integer outputs (Setup: $\pm 1$ to $\pm 9$; Countdown: $\pm 1$ to $\pm 13$) that represent the progression toward exhaustion. A completed 9-count Setup followed by a completed 13-count Countdown signals high-probability trend exhaustion. All state is maintained in O(1) scalar variables with no buffers required.
@@ -111,4 +109,4 @@ The counter state is inherently sequential. The individual comparisons are vecto
- DeMark, T.R. (1994). *The New Science of Technical Analysis*. Wiley
- DeMark, T.R. (1997). *New Market Timing Techniques*. Wiley
- Bloomberg Terminal: DeMark Indicators (DMRK) implementation reference
- PineScript reference: [`td_seq.pine`](td_seq.pine)
- PineScript reference: [`td_seq.pine`](td_seq.pine)