Docs·Web App·USDⓈ-M Signals

USDⓈ-M Futures Signals — overview

Real-time crypto perpetuals signals for Binance Futures USDⓈ-M pairs. Long & short, multi-timeframe, with metrics dashboard, live orderbook pairing, AI explainer, and one-click pipes into Auto Trade and Alerts.

USDⓈ-M Futures Signals is the most active of the three signal hubs. Signals fire across all major Binance Futures USDⓈ-M perpetuals (BTCUSDT, ETHUSDT, SOLUSDT, and 200+ alts) on 5m / 15m / 1h / 4h timeframes. Each signal is long-only or short-only, comes with entry / SL / TP1-TP3 rows, and lives in the feed until it hits TP or SL — at which point it moves to the closed-signals history with the realised result. Every signal supports the four standard moves: open in chart, pipe to autotrade, set an alert, or generate an AI explainer.

USDⓈ-M Futures Signals hub

Plan gating

PlanAccess
FreeNone — page redirects to upgrade.
MasterRead-only feed, 15-minute delay. Cannot pipe to Auto Trade. Can set alerts (with the same 15-min delay).
PremiumReal-time feed. Can pipe to Auto Trade. Real-time alerts.
UltimateAll of Premium, plus AI explainer, orderbook pairing panel, and higher autotrade concurrency limit.

The plan gate is enforced server-side — the page detects your tier via useUserPlanAccess and either renders the feed or shows the upgrade banner.

Page layout

SectionWhat it showsPage
Metrics dashboardActive signals · Waiting signals · Win rate · ROE 7d/30d · Total signals 7d/30d · Long/Short ratio.Metrics dashboard
Live signals feedRunning signals table — every active or waiting signal.Live feed
Closed signals historyClosed signals with result.History
Detail dialogPer-signal deep-dive with chart context.Signal detail
AI explainer (Ultimate)Written read on any signal.AI explainer
Live orderbook panel (Ultimate)DOM depth for the selected signal's symbol.Orderbook pairing
Quick actionsOpen chart · Pipe to Auto Trade · Set alert.Autotrade pipe · Alerts pipe

Signal lifecycle

Code
[Generation] → [Waiting] → [Active] → [Closed]
StageWhat happensUI cue
GenerationmrD signal engine evaluates indicator stack on a closed bar; if conditions match, a signal row is created on the BE.Appears in feed within ~1 s of bar close.
WaitingSignal sent but price hasn't reached entry yet (typically a pullback or breakout-pending).Status chip = WAITING. ROE not computed yet.
ActiveEntry hit. Position is "live" — price is between SL and TP.Status chip = ACTIVE. ROE updates in real-time.
ClosedTP1/2/3 hit OR SL hit OR signal source manually closed.Moves to closed history with Result column populated.

Filters in the feed (All / Active / Waiting) let you focus on the lifecycle stage that matches your workflow.

Signal sources

USDⓈ-M signals are generated from the same indicator engine as the chart terminal. Sources include:

  • mrD-RSI Pullback — high-frequency pullback entries on 5m/15m. See RSI Pullback indicator docs.
  • mrDAlgo Premium — slower-frequency, higher-conviction setups on 15m/1h/4h.
  • mrD-Smart Ranges — range-break and range-rejection setups.
  • mrD-Signals Premium — multi-strategy bundle.

You can filter the feed by source (toggle at the top of the live feed) if you only want certain strategies piped to Auto Trade.

Deep-linking from notifications

When you receive a Telegram or push notification for a signal, tapping it opens:

Code
https://app.mrd-indicators.com/trading-signals/future-signals?symbol=BTCUSDT

The ?symbol= query auto-selects the matching signal in the feed and opens the detail dialog — so you go from notification to actionable analysis in two taps.

Common questions

QA
Why do some signals show WAITING for hours?Entry hasn't been hit. The signal expires automatically after the source's defined timeout (typically 24-48 h).
Why do I see signals on alts I've never heard of?The engine scans all liquid USDⓈ-M pairs. Use the filter dropdown to restrict to your watchlist.
Can I unsubscribe from a specific signal source?Yes — Autotrade subscriptions are per-source. See Autotrade pipe.
Are signals repainted?No — every signal is anchored to a closed bar. Once generated, the entry/SL/TP rows are final.

What's next