Docs·Web App·Spot Signals

Spot Signals — overview

Long-only spot crypto signals on slower timeframes (1h / 4h / 1D). No leverage, no liquidation, lower frequency, designed for accumulators and swing traders. Live feed + closed history + metrics dashboard.

Spot Signals is the slower-rhythm sibling of the USDⓈ-M Futures hub. Signals are long-only (you can't short spot), default to 1h+ timeframes, and lean toward swing / position holds (24-72 hour median time-in-trade). This hub exists for traders who don't want to deal with leverage and liquidation risk — accumulate, hold, take profits at TP1/2/3, exit at SL if structure breaks. No funding fees, no liquidations, no overnight panic.

Spot Signals hub

Plan gating

PlanAccess
FreeRead-only feed, 60-min delay. No autotrade.
MasterReal-time feed. Real-time alerts.
PremiumAll of Master, plus CSV export of history.
UltimateAll of Premium, plus higher alert quota and webhook delivery.

The plan gate is enforced via useUserPlanAccess.hasSpotSignalAccess — see your tier under Profile → Plans.

Page layout

The page uses a two-tab structure (simpler than the USDⓈ-M hub):

TabWhat it showsPage
Running SignalsActive and waiting signals — entry, SL, TP1/2/3, current ROI, age.Live feed
Closed SignalsClosed history with result, P&L %, time-in-trade.History

Plus a metrics dashboard above the tabs:

SectionWhat it showsPage
Metrics dashboardActive signals · Win rate · Avg time-in-trade · Total ROI 7d/30d · Best/worst symbol.Metrics
Detail dialogPer-signal deep-dive with chart context.Signal detail

Signal lifecycle

Code
[Generated]    →    [Waiting]    →    [Active]    →    [Closed]
StageWhat happens
GeneratedmrD indicator stack on the source's timeframe closes a bar that matches the long-side criteria.
WaitingSignal published; price hasn't pulled back to entry yet.
ActiveEntry hit (pullback complete or breakout confirmed). ROI updates with mark price.
ClosedTP1/2/3 hit OR SL hit OR signal source manually closed OR expired (default 7-day timeout for spot).

Signal sources

Spot signal sources are tuned for the slower spot rhythm:

  • mrD-Spot Swing — 1h and 4h swing entries on accumulation patterns.
  • mrD-Spot Trend — 4h and 1D trend-continuation entries.
  • mrD-Spot Reversal — daily oversold-rebound entries on majors.

Filter by source in the Running tab if you only want certain strategies.

How spot differs from futures

Critical mindset shift if you're coming from the USDⓈ-M hub:

SpotUSDⓈ-M Futures
Long-onlyLong & Short
No leverage; capital = position size1-125× leverage
No funding feesFunding fee charged every 8 h
No liquidationLiquidation at maintenance margin
Cancellable: just sell what you boughtCancellable: close the perpetual position
Timeframes: 1h, 4h, 1DTimeframes: 5m, 15m, 1h, 4h
Median hold: 24-72 hMedian hold: 1-8 h
ROI metric: % gain on cash deployedROE metric: % gain on margin
Execution: Binance Spot, Coinbase, Kraken, etc.Execution: Binance Futures USDⓈ-M only
Taxation: typically capital gainsTaxation: jurisdiction-dependent (often regular income)

See Spot vs Futures for a deeper comparison.

Deep-linking from notifications

Code
/trading-signals/spot-signals?symbol=BTCUSDT

Auto-selects the matching signal and opens the detail dialog. Same notification → page flow as USDⓈ-M.

Common questions

QA
Can I autotrade spot signals like USDⓈ-M?Not yet for spot — the autotrade engine integrates with Binance Futures only at this point. Spot signals are alert-only; you execute manually. See Manual execution.
Why no SHORT signals?You can't short spot. Some exchanges offer Spot Margin lending but margins are thin and risk is real — we explicitly don't generate short spot signals to avoid encouraging that.
Are spot signals slower than futures?Yes — by design. Higher-timeframe entries = lower noise = fewer signals per day (typically 5-20 across all sources).
Can I use spot signals as confirmation for futures trades?Yes — many traders cross-reference. If a SPOT 4h signal AND a USDⓈ-M 5m signal both go long on the same symbol within a short window, that's higher conviction.

What's next