FWS Multi Symbol and TF Continuation Scanner

📡 Why Pullback Radar Is Different

Most "scanner" indicators on the market just print arrows when a moving average crosses. That's not a strategy — that's noise.

Pullback Radar implements the discipline that professional continuation traders actually use. It tracks each pair through a precise three-stage pipeline. A pair is only a SIGNAL when all three stages have completed in order — bias formed, retrace happened, momentum returned. That ordering is what filters fake-out arrows from real trade-able setups.

🔬 The Three-Stage Pipeline

STAGE 1 — HTFB BIAS Up to 3 Higher-Timeframe Bias slots (e.g. H4 + H1 + D1). The radar tracks each slot's direction independently, then combines them with logical AND. A symbol only gets a "bias" when every enabled HTFB slot agrees. This is your trend filter.
STAGE 2 — LTF PULLBACK Up to 3 Lower-Timeframe slots (e.g. M1 + M5 + M15). Once the HTFs agree on direction, the radar watches for the LTFs to flip opposite the bias. That's the retrace — short-term sellers stepping into a long-term uptrend, or short-term buyers stepping into a downtrend. The pullback flag is sticky — once all enabled LTFs were simultaneously opposite, the pair is "loaded".
STAGE 3 — LTF SIGNAL The radar then waits for the LTFs to flip back aligned with the HTFB bias. The instant all enabled LTFs are aligned again, the SIGNAL fires. This is the continuation entry zone: the bigger trend was paused but never broken, the retrace exhausted, and momentum has resumed in the trend direction. Statistically the highest-probability moment to enter.

⚙️ The Two Signal Modes — PPS & HULL

Each HTFB and LTF slot can be configured independently to use one of two scientifically-tuned bias detection modes:

PPS — Pivot-Point Signal Mode

  • Fast MA: 1-bar SMA of typical price (H+L+C)/3
  • Slow MA: 3-bar SMA of typical price
  • Behaviour: Surgical, near-instant flips. Captures intraday rotation cleanly. Best on M1/M5/M15 LTF slots and on H1/H4 HTFB when you want fast, decisive bias resolution.

HULL — Smoothed EMA Mode

  • Fast MA: 3-bar EMA of median price (H+L)/2
  • Slow MA: 9-bar EMA of median price
  • Behaviour: Smoother, more conservative. Filters whipsaws. Best on noisier instruments (gold, indices, crypto) and on higher TFs (D1/H4) where you want only conviction-level shifts to register.

You can mix and match: e.g. HTFB1 = H4 PPS, HTFB2 = H1 HULL — gives you the smoothness of HULL on the higher TF and the precision of PPS on the lower TF. This is exactly the kind of multi-mode configuration discretionary traders use intuitively but few indicators expose.

🎯 The Bias Rule (transparent and auditable)

For each slot at bar 0: price = (High + Low + Close) / 3 if maFast > maSlow AND price >= maFast → BULLISH if maFast < maSlow AND price <= maFast → BEARISH else → NEUTRAL

The slot's last-known state is sticky: NEUTRAL never resets the bias, only a confirmed flip to the opposite direction does. This is critical — it stops the bias from "blinking" between BULL and NEUTRAL on every retrace bar, which is the bug that wrecks most amateur scanners.

🧠 What Makes The Combined Architecture Special

HTFs alone tell you direction but not timing. LTFs alone tell you timing but not direction. Combining them via the pullback-then-signal sequence filters out:

  • Fake breakouts — the HTFB never confirmed → no signal
  • Counter-trend trades — without the bias filter, you'd be buying tops and selling bottoms
  • Mid-trend FOMO entries — the radar enforces "must have pulled back first" → no chasing
  • Bias-flip noise — sticky lastKnownState ignores temporary NEUTRAL states

What's left is the high-quality continuation setup: bias confirmed, retrace consumed, momentum returning. The setup professional traders wait all morning for.

📋 Default Configuration (out-of-the-box)

Symbol Universe EURUSD, GBPUSD, USDJPY, USDCHF, AUDUSD, USDCAD, NZDUSD, EURJPY, GBPJPY, EURGBP, AUDJPY, EURAUD, XAUUSD, BTCUSD (fully customisable)
HTFB1 H4 · PPS
HTFB2 H1 · HULL
HTFB3 (disabled — Pro upsell)
LTF1 M1 · PPS
LTF2 M5 · PPS
LTF3 M15 · PPS

Or click "Scan All Market Watch" to monitor every symbol in your terminal.

💎 Compact On-Chart Panel

  • Wide multi-column grid: PAIR · BIAS · HTFB slot dots · PULLBACK dots · SIGNAL dots · STATUS · AGE
  • Live stats ribbon: SCANNING / BIAS-only / PULLBACKS / SIGNALS
  • Rows colour-tinted by stage: yellow=bias, purple=pullback, green/red=signal
  • ★ marker on every active SIGNAL row — sorted to the top automatically
  • Click any pair name to open that symbol's chart in a new MT5 window
  • Drag-to-move; minimise button

🌐 Live Web Dashboard

One button on the panel opens a beautifully-rendered HTML dashboard in your browser. Auto-refreshes every 5 seconds. Shows:

  • 4 big stat cards (scanning / bias / pullbacks / signals)
  • Full sortable table of every tracked pair with HTFB slot indicators, pullback dot patterns, signal alignment dots, and timestamps
  • Same purple-grid theme as the rest of the Forex Weather Station suite
  • Works offline — just a local HTML file written next to your MQL5 sandbox

🔔 Three-Tier Alert System

  • A1 — Bias alert — fires once per pair when a fresh HTFB bias forms
  • A2 — Pullback alert — fires once per cycle when all LTFs go opposite
  • A3 — Signal alert — fires once per cycle when the entry zone activates (with sound)

Each tier independently configurable for popup, email, push notification (mobile MT5), and sound playback.

💾 State Persistence — Survives Restarts

Most multi-symbol indicators reset on every restart, so you lose your live signal cycle. Pullback Radar saves its earned state to a binary file every 5 minutes and on shutdown — when you re-attach, your bias / pullback / signal flags resume exactly where they left off. No waiting for fresh setups to form again.

🕰️ Historical Backfill

On first attach the radar walks back through bar history to find the TRUE formation time of each bias / pullback / signal — not the indicator-load time. Timestamps shown in the AGE column are real and meaningful from the very first second.

🛠️ Technical Specs

  • Pure indicator (no chart object spam, no DLLs, no broker dependencies)
  • Up to 30 symbols simultaneously (safety cap; configurable)
  • Refresh interval: 5 seconds (configurable)
  • Memory footprint: ~30-40 MB for full universe
  • CPU: negligible — uses MT5's built-in iMA caching
  • Compatible: all MT5 brokers, all account types, all instruments

🎁 Part of the Forex Weather Station Suite

This is module 6 of 8. Pairs perfectly with:

  • 🌊 Tide Clock (free) — session timing
  • ⛈️ Storm Watch (free) — volatility regime
  • 💨 Pair Bias — single-pair HTFB
  • 🌡️ Currency Strength — relative G7+ strength
  • 🔗 Pair Correlation  — duplicate-risk detector
  • 🧭 Navigator (coming) — master cockpit aggregating all 7

📦 What's Included

  • FWS_PullbackRadar.ex5 (compiled indicator)
  • Full source code commenting all PPS/HULL math and stage logic
  • Pre-styled HTML web dashboard template
  • Quick-start config presets (Forex / Crypto / Indices)
  • Lifetime free updates via MQL5 Marketplace

⚠️ Important

This is a SCANNER and SIGNAL indicator — not an automated trading robot. It does NOT place orders. It identifies the highest-probability continuation setups across your watchlist; you make the entry decision. Use with proper risk management.

By Trading Edge - tradingedge.online

Yazarın diğer ürünleri
FWS Tide Clock — Session Clock & Activity Monitor Know when to trade — at a glance. FWS Tide Clock is a real-time session clock that shows you exactly what's happening across global forex markets. See which sessions are active, when they overlap, and whether conditions favour trading — all from a compact on-chart panel with a stunning browser-based web dashboard. Part of the Forex Weather Station suite. This free module gives you instant market timing awareness — right where you need it. W
FREE
️ FWS Storm Watch — Economic News Radar & Storm Warning System Never get blindsided by news again. Storm Watch monitors the MT5 Economic Calendar in real time, filters upcoming events by currency and impact level, calculates a weather-style severity rating, and alerts you before high-impact releases. All from a compact on-chart panel with a stunning browser-based web dashboard. Part of the Forex Weather Station suite. Uses MT5's built-in calendar. What It Shows Severity Rating — Weather-styl
FREE
Account PL Performance Dashboard Pro Know exactly where you stand — at a glance. Account PL Performance Dashboard Pro is a clean, professional on-chart performance panel that shows your closed trade results broken down by multiple time periods — all in one place, updated in real time on every tick. Stop switching to the History tab or running reports. Everything you need to track your daily, weekly, and long-term performance is right on your chart — always visible, always current. What It Sho
FWS Pair Bias — Multi-Timeframe Directional Bias Watchlist See where the wind is blowing — across every pair, every timeframe. Pair Bias scans up to 8 forex pairs across 5 timeframes (M5/M15/H1/H4/D1) and computes a weighted composite directional score for each pair. Two scoring methods are built in — pick the one that matches your style. All from a compact on-chart panel with a stunning browser-based web dashboard. Part of the Forex Weather Station suite.  What It Shows Watchlist of 8 Pai
️ FWS Currency Strength - 8-Currency Multi-Timeframe Meter See which currency is strongest - and which pair to trade right now. Currency Strength ranks all 8 G8 currencies (USD, EUR, GBP, JPY, AUD, CAD, NZD, CHF) from strongest to weakest using true cross-pair averaging across 5 timeframes (M5/M15/H1/H4/D1). It then auto-suggests the best pair to trade - the strongest currency vs the weakest. Compact on-chart panel plus a stunning browser dashboard. Part of the Forex Weather Station suite.
FWS Pair Correlation - Rolling Heatmap & Duplicate-Risk Detector Stop doubling up on correlated trades. See which pairs really move together. Pair Correlation computes a rolling Pearson correlation matrix across your watchlist of FX pairs, indices, gold, and crypto - so you can instantly spot pairs moving in lockstep (duplicate risk) and pairs that hedge each other (negative correlation). Compact on-chart panel anchored to your chart symbol, plus a stunning full N×N heatmap in the browser das
Why Navigator Is Different Most trading dashboards are just another indicator — one more panel competing for the same patch of screen real estate. Navigator does the opposite: it consumes the output of every other Forex Weather Station module and condenses your entire market read into one master score per pair . It is a pure aggregator. It computes nothing from raw price. It reads the live JSON heartbeat written by Pair Bias, Currency Strength, Pullback Radar, Storm Watch, and Tide Clock — th
Filtrele:
Değerlendirme yok
Değerlendirmeye yanıt