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
+2 -4
View File
@@ -13,9 +13,7 @@
| **PineScript** | [deco.pine](deco.pine) |
- The Decycler Oscillator (DECO) is a DSP-based oscillator developed by John F.
- Parameterized by `shortperiod` (default 30), `longperiod` (default 60).
- Output range: $0$ to $1$.
- Requires 1 bar of warmup before first valid output (IsHot = true).
- **Similar:** [DPO](../dpo/Dpo.md), [Reflex](../reflex/Reflex.md) | **Complementary:** Cycle analysis | **Trading note:** Ehlers' Decycler Oscillator; removes trend to isolate cycle component for timing.
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
## Overview
@@ -135,4 +133,4 @@ Fully vectorizable in batch. Regression and correlation both benefit from AVX2 V
## References
1. Ehlers, J. F. (2015). "Decyclers." *Technical Analysis of Stocks & Commodities*, September 2015.
2. Ehlers, J. F. (2013). *Cycle Analytics for Traders*. Wiley. Chapter 4.
2. Ehlers, J. F. (2013). *Cycle Analytics for Traders*. Wiley. Chapter 4.