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 -2
View File
@@ -16,7 +16,6 @@
- Sign-encoded output: positive = long (SAR below price), negative = short (SAR above price).
- Matches TA-Lib `TA_SAREXT` specification with 8 parameters.
- Auto-detects initial direction from Directional Movement when `startValue == 0`.
- Requires `2` bars of warmup before first valid output (IsHot = true).
- Validated against TA-Lib reference implementation.
## Introduction
@@ -173,4 +172,4 @@ SAREXT cannot be vectorized. The state machine has data-dependent branches (reve
- TA-Lib. "TA_SAREXT — SAR Extended." Open-source technical analysis library.
- Wilder, J. W. Jr. (1978). *New Concepts in Technical Trading Systems*. Trend Research. ISBN 978-0894590276.
- Kaufman, P. J. (2013). *Trading Systems and Methods*, 5th ed. Wiley.
- Kaufman, P. J. (2013). *Trading Systems and Methods*, 5th ed. Wiley.