FFT Dominant Cycle Finder MT5
- Indicatori
-
Mattia Marco Platania
At MetaCoderStore, our goal is to build practical, clean, and reliable MetaTrader indicators that traders can actually use in live chart work. We focus on clear visual tools, useful inputs, and MT4/MT5 versions wherever possible. - Versione: 1.10
- Aggiornato: 22 maggio 2026
- Attivazioni: 10
Paid release: FFT Dominant Cycle Finder MT5 is a paid MetaCoderStore indicator. Use the product comments for setup questions, feature requests, and feedback for future updates.
Paid individual tool: FFT Dominant Cycle Finder is now a 30 USD MetaCoderStore indicator. Please leave a comment with requests, issues, settings ideas, or features you want us to consider for future updates.
FFT Dominant Cycle Finder estimates the current dominant market cycle length from recent price action using an FFT-based spectrum scan.
Use it to:
- Choose adaptive periods for oscillators, RSI, stochastic, moving averages, or cycle tools.
- See when the market rhythm is shortening or stretching.
- Compare raw dominant cycle changes against a smoother cycle line.
- Feed EA logic with a cycle-length buffer instead of a fixed period.
What it shows:
- Cyan line: raw FFT dominant cycle estimate.
- Gold line: smoothed dominant cycle estimate.
- Hidden strength buffer: how dominant the peak spectrum component is versus the rest of the scan.
Main features:
- Standalone dominant-cycle indicator.
- FFT logic based on the existing MetaCoderStore cycle finder code.
- Configurable FFT window: 64, 128, or 256 bars.
- Minimum and maximum cycle filters to remove unusable extremes.
- Optional linear-drift removal before the FFT scan.
- EA-readable buffers.
Basic use:
- Add the indicator to a chart.
- Watch the cyan line for the current dominant cycle length.
- Use the gold line when you want a steadier period input.
- Apply that cycle length to your oscillator, moving average, or adaptive strategy settings.
Inputs:
- MaxCalculatedBars : limits how many historical bars are calculated.
- BarsToAnalyze : FFT window length. Use a power of 2 such as 64, 128, or 256.
- MinCycle and MaxCycle : visible cycle-length range.
- SmoothPeriod : smoothing length for the gold line.
- PriceSource : price series used for the FFT scan.
- RemoveLinearDrift : removes straight-line price drift from the FFT window before scanning.
Buffers:
- Buffer 0: raw dominant cycle.
- Buffer 1: smoothed dominant cycle.
- Buffer 2: dominant peak strength.
Risk note: this indicator is a technical analysis tool. It does not guarantee profitable trades. Use it with risk management and additional confirmation.
Signals
- Green arrows in the oscillator window mark a meaningful dominant-cycle expansion.
- Red arrows mark a meaningful dominant-cycle contraction.
- Signal buffer values: 1 expanding cycle, -1 contracting cycle, 0 no signal. The strength filter helps avoid weak FFT changes.
