Docs·Web App·Forex Signals

Forex Signals — overview

28+ FX pairs (EURUSD, XAUUSD, GBPJPY, GBPUSD, USDJPY, …) with long/short signals on 5m / 15m / 1h / 4h. Session-aware (Tokyo / London / NY), with built-in Economic Calendar and Rebates integration for supported brokers.

The Forex Signals hub covers 28+ major and minor FX pairs across multiple sessions. Signals are long/short symmetric (unlike spot), respect the major session boundaries (Tokyo / London / NY) where liquidity is real, and integrate with our Rebates program for supported forex brokers — execute the signal through a rebate broker and earn a kickback on the spread. The Economic Calendar lives in the same page so you can check news risk before acting.

Forex Signals hub

Plan gating

Forex uses a TWO-flag check on top of the plan tier:

Plan+ activeForex flagAccess
TrialanyNone — page redirects to upgrade
MasterfalseNone
MastertrueReal-time feed + alerts (no autotrade for forex)
PremiumfalseNone
PremiumtrueAll of Master, plus Economic Calendar + history CSV export
UltimatetrueAll of Premium, plus webhook delivery + extended history

The activeForex flag is set when:

  • You verified an Exness trading account registered under the Backcom partner code, OR
  • You purchased the Forex Signals add-on directly (no broker connection required), OR
  • An admin enabled it manually (paid promotion).

Page-level access is enforced via authSvc.currentUser.activeForex + plan check.

Page layout

Layout differs slightly from USDⓈ-M / Spot — forex emphasizes card-style live feed (because each signal carries more context fields: pair, session, news flag, pips-distance) and adds the calendar surface:

SectionWhat it showsPage
Metrics dashboardWin rate · ROI · Pips per signal · Active count · Long/Short distribution.Metrics
Live signal cardsCard grid of active/waiting signals. Each card = pair, side, entry, SL, TP1/2/3, session, news warning.Live feed
Closed signals tableClosed history.History
Signal detail dialogPer-signal deep-dive.Signal detail
Economic Calendar dialogNews events for the next 24-72 h with impact level.Economic Calendar
Sessions overlay (chart)Tokyo / London / NY session bands on the chart panel.Forex Sessions
Quick actionsOpen chart · Set alert · Open on broker (Rebates-supported).Broker rebates · MT4/MT5

Pair coverage

TierPairs
Majors (highest signal frequency, tightest spreads)EURUSD, GBPUSD, USDJPY, USDCHF, AUDUSD, USDCAD, NZDUSD
Crosses (medium frequency)EURGBP, EURJPY, GBPJPY, EURAUD, EURCHF, AUDJPY, CADJPY, NZDJPY
MetalsXAUUSD (gold), XAGUSD (silver)
Exotics & indicesEURNZD, GBPNZD, GBPCAD, USDTRY, USDZAR, US30, SPX500, NAS100, GER40

Exotics have wider spreads and lower signal accuracy — the hub generates signals on them but filter conservatively if you're trading those pairs.

Signal lifecycle

Same shape as USDⓈ-M:

Code
[Generated] → [Waiting for entry] → [Active] → [Closed]
StageWhat happens
GeneratedmrD forex indicator stack confirms on a closed bar; signal published.
WaitingEntry not hit yet. Forex signals frequently use limit-style entries (pullback to a level), so the waiting phase is common.
ActiveEntry hit. P&L tracked in pips and percentage.
ClosedTP1/2/3 hit OR SL hit OR manual close OR expired.

Signal sources

  • mrD-Forex Trend — 1h and 4h trend-continuation entries on majors.
  • mrD-Forex Pullback — 15m and 1h pullback entries within an established trend.
  • mrD-Forex Reversal — 5m and 15m reversal entries at session opens.
  • mrD-Gold Setups — XAUUSD-specific entries (news-aware).

Filter by source in the live feed header.

Code
/trading-signals/forex-signals?symbol=EURUSD

Auto-selects the matching signal card. Same notification flow.

What's next