BTC FFT v2 · LIVE · Multi-Window

BTC FFT v2

Enhanced Fourier forecast: 4 time windows (30d/60d/90d/180d) running in parallel, adaptive harmonics based on volatility, and RSI/MA confirmation gate for calibrated confidence.

Loading FFT v2 multi-window ensemble...

How FFT v2 works

1

Multi-window ensemble

Runs FFT extrapolation on 4 separate time windows (30d/60d/90d/180d) in parallel. Each captures a different cycle scale — short-term swings vs medium vs long-term trend. Final forecast = average target + majority direction vote.

Why: v1 used only 90d. If you only look at one timeframe, you miss cycles that operate at others.

2

Adaptive harmonics

Number of Fourier harmonics adjusts to market volatility: low vol → fewer harmonics (5-7, filter noise), high vol → more (15-22, capture complexity). Each window also auto-scales its harmonic count to its data length.

Why: v1 was fixed at 10. Over-fits in calm markets, under-fits in turbulent ones.

3

RSI/MA gate

After FFT produces forecast, confidence is dampened when: RSI > 75 (overbought reversal risk), RSI < 25 (oversold bounce risk), or when forecast contradicts 50-MA position (against-trend).

Why: v1 confidence was hardcoded. v2 calibrates by checking momentum reality vs cycle prediction.

4

Higher resolution + transparency

Short windows (30d/60d) use 1h klines (more samples → better cycle detection). Long windows (90d/180d) stay on 4h klines for trend stability. Every window's forecast is shown separately — you can see exactly which agrees and which disagrees.

Why: v1 was a black box. v2 lets you debug — if 3/4 windows say UP, that's stronger than 2/4.

Important caveats

  • No live track record yet — FFT v2 just deployed. Accuracy will be measured over 1-2 weeks.
  • FFT is a trend/cycle extrapolator — will miss black-swan events (news shocks, exchange hacks, regulation).
  • No bot integration — this is visualization only. Bot trades on its own quality filter, DCA, and TP rules.
  • Not financial advice — use as one signal among many.