Concept
Dominant-cycle Detection
Dominant-cycle Detection is a Time, Sessions & Seasonality concept. The Library holds 2 implementations, each one a working definition you can pull into Quant.
Top Dominant-cycle Detection indicators
2 total
What is Dominant-cycle Detection?
Dominant-cycle detection is the attempt to identify, bar by bar, the period of the strongest cyclical component currently present in price. Instead of assuming a constant rhythm the way fixed time cycles do, detection algorithms estimate the period from recent data and update it continuously. The best-known methods come from John Ehlers' signal-processing work: Hilbert-transform phase techniques, the autocorrelation periodogram, and banks of band-pass filters that score which period carries the most power. The output is a period in bars, usually smoothed, that can then tune other tools.
The caveat: price is not a stationary sine wave. In strong trends or pure noise the 'dominant cycle' can be too weak to mean anything, and raw estimates jump around, so serious implementations smooth the period and gate on some measure of cycle strength or signal-to-noise before anything acts on it.
How traders use it
- Driving adaptive indicators: feeding the detected period into lookback lengths (an oscillator tuned to half the dominant period, for example) so parameters track conditions instead of staying hard-coded; this is the cycle branch of adaptive parameterization.
- Timing within ranges: once the period is estimated, phase suggests where in the cycle price sits, flagging likely crest and trough windows; this is only credible when a measurable cycle actually exists.
- Regime gating: using cycle amplitude relative to noise to decide whether cycle tactics apply at all, and standing them down when trend dominates.
Related concepts · Cycle analysis
Concept family
Time, Sessions & Seasonality
32 concepts mapped · 18 in the Library
Dominant-cycle Detection FAQ
What does dominant cycle mean in trading?
It is the period, measured in bars, of the strongest oscillation detectable in recent price data: if a market has been swinging low-to-low roughly every 20 bars, the dominant cycle is near 20. The value drifts as conditions change, and in strongly trending or very noisy markets there may be no meaningful dominant cycle at all.
How is the dominant cycle measured?
The common approaches, most of them popularized by John Ehlers, estimate the period from phase or from spectral power: Hilbert-transform techniques track the rate of phase change, while autocorrelation periodograms and band-pass filter banks score candidate periods and pick the strongest. All of them smooth the raw estimate, because unsmoothed period readings are erratic.
Build Dominant-cycle Detection your way.
Quant writes, tests, and refines it with you — then it runs on LuxAlgo charting or ports to TradingView.

