D023 · ALTERNATIVE SYSTEM

FrameCascade

Cross-Timeframe FRAMA Resonance + KST Momentum Confirmation

A complete trading system built on the Fractal Adaptive Moving Average (FRAMA): it waits for the H1 line to be crossed, checks that the same adaptive line on H4 is sloping the same way (the "cascade" / resonance check), then confirms with the KST momentum line before opening a position.

Why Cross-Timeframe FRAMA?

Most single-timeframe crossovers fire constantly — including straight into the teeth of a bigger opposing trend. FRAMA (Fractal Adaptive Moving Average) already adapts its own speed to market roughness: it hugs price tightly in strong trends and flattens out in choppy ranges. FrameCascade takes this one step further by requiring the same FRAMA line on a higher timeframe (H4) to already be sloping in the trade's direction — a simple, mechanical way to avoid fighting the dominant trend.

alpha = exp(-4.6 × (D − 1)), D = fractal dimension of the lookback window, FRAMA = alpha·Price + (1−alpha)·FRAMA[prev]

Only when the H1 line is crossed and the H4 line agrees and the KST momentum line confirms does FrameCascade open a position.

Entry Rules

LONG Setup

  • H1 close crosses above FRAMA(16) on the H1 chart
  • H4 FRAMA(16) is higher than its previous H4 value (rising — resonance confirm)
  • KST momentum line is above its 9-period signal line
  • Enter long at H1 bar close

SHORT Setup

  • H1 close crosses below FRAMA(16) on the H1 chart
  • H4 FRAMA(16) is lower than its previous H4 value (falling — resonance confirm)
  • KST momentum line is below its 9-period signal line
  • Enter short at H1 bar close

Exit & Risk Management

Fixed, volatility-adaptive risk plan

Execution Flow

1
MEASURETrack the H1 adaptive line (FRAMA) against price on every new bar.
2
CONFIRMCheck that the H4 FRAMA is sloping the same direction (cross-timeframe resonance).
3
FILTERRequire the KST momentum line to be on the correct side of its signal line.
4
ENTEROpen with 1% risk, SL at 1.8×ATR, TP at 3.2×ATR.
5
MANAGEHold until SL/TP; max 10 entries/day, one position at a time.

Full Parameter Set

ParameterValueMeaning
FRAMA Period (H1)16Adaptive line used for entry crosses
FRAMA Period (H4)16Same line on H4 for resonance confirmation
KST ROC Periods10 / 15 / 20 / 30Four rate-of-change lookbacks
KST Smoothing10 / 10 / 10 / 15Smoothing applied to each ROC before weighting
KST Signal Period9Simple average of KST used as the reference line
ATR Period14Volatility unit for stops and targets
Stop Loss1.8 × ATRInitial protective stop
Take Profit3.2 × ATRFixed target, RR ≈ 1.78
Risk per Trade1%Of account balance
Max Trades / Day10Hard daily cap, resets next day
TimeframeH1 entries, H4 confirmDesigned and tested on H1
MarketsGold, major FX, indicesLiquid instruments preferred
Signal Frequency (tested)~1.35–1.44 / day500-day synthetic H1 Monte-Carlo, 5 seeds

Strengths & Limitations

Strengths

  • Cross-timeframe resonance filter reduces counter-trend entries
  • FRAMA adapts its own speed to market roughness, reducing whipsaw
  • All risk parameters scale with ATR — portable across symbols
  • Only 3 parallel filters — transparent and easy to audit

Limitations

  • Needs both H1 and H4 history available on the chart
  • Resonance filter can delay entries at the very start of new trends
  • FRAMA period may need tuning per symbol/timeframe
  • Backtest thoroughly before any live deployment
Risk Disclaimer: This material is for educational purposes only and does not constitute investment advice. Trading foreign exchange, gold, and indices carries a high level of risk and may not be suitable for all investors. Past performance is not indicative of future results. Always test on a demo account first and never risk money you cannot afford to lose.

Strategy Visuals

Signal Rules
Signal Rules
Execution Flow
Execution Flow