mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 04:58:08 +00:00
doc headers
This commit is contained in:
@@ -1,5 +1,22 @@
|
||||
# CCYC: Ehlers Cyber Cycle
|
||||
|
||||
| Property | Value |
|
||||
| ---------------- | -------------------------------- |
|
||||
| **Category** | Cycle |
|
||||
| **Inputs** | Source (close) |
|
||||
| **Parameters** | `alpha` (default 0.07) |
|
||||
| **Outputs** | Single series (Ccyc) |
|
||||
| **Output range** | Varies (see docs) |
|
||||
| **Warmup** | `7` bars |
|
||||
|
||||
### TL;DR
|
||||
|
||||
- CCYC isolates the dominant cycle component from price data using a 2-pole high-pass IIR filter applied to a 4-tap FIR-smoothed input, producing an ...
|
||||
- Parameterized by `alpha` (default 0.07).
|
||||
- Output range: Varies (see docs).
|
||||
- Requires `7` bars of warmup before first valid output (IsHot = true).
|
||||
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
|
||||
|
||||
CCYC isolates the dominant cycle component from price data using a 2-pole high-pass IIR filter applied to a 4-tap FIR-smoothed input, producing an oscillator that strips trend while preserving cyclical content with minimal lag. The companion trigger line (one-bar delay of the cycle output) provides crossover signals for timing entries and exits. Unlike band-pass approaches that require specifying a center frequency, CCYC's high-pass architecture extracts whatever cyclic energy exists above a cutoff controlled by a single $\alpha$ damping parameter, making it adaptive to the dominant period present in the data.
|
||||
|
||||
## Historical Context
|
||||
|
||||
Reference in New Issue
Block a user