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.
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.
Only when the H1 line is crossed and the H4 line agrees and the KST momentum line confirms does FrameCascade open a position.
| Parameter | Value | Meaning |
|---|---|---|
| FRAMA Period (H1) | 16 | Adaptive line used for entry crosses |
| FRAMA Period (H4) | 16 | Same line on H4 for resonance confirmation |
| KST ROC Periods | 10 / 15 / 20 / 30 | Four rate-of-change lookbacks |
| KST Smoothing | 10 / 10 / 10 / 15 | Smoothing applied to each ROC before weighting |
| KST Signal Period | 9 | Simple average of KST used as the reference line |
| ATR Period | 14 | Volatility unit for stops and targets |
| Stop Loss | 1.8 × ATR | Initial protective stop |
| Take Profit | 3.2 × ATR | Fixed target, RR ≈ 1.78 |
| Risk per Trade | 1% | Of account balance |
| Max Trades / Day | 10 | Hard daily cap, resets next day |
| Timeframe | H1 entries, H4 confirm | Designed and tested on H1 |
| Markets | Gold, major FX, indices | Liquid instruments preferred |
| Signal Frequency (tested) | ~1.35–1.44 / day | 500-day synthetic H1 Monte-Carlo, 5 seeds |