Docs·Web App·USDⓈ-M Signals

Signal detail dialog

The full picture for a single USDⓈ-M futures signal — chart with entry/SL/TP lines, side, source, timeframe, current P&L %, time-in-trade, and one-click actions for Open Chart, Pipe to Auto Trade, Set Alert, and AI explainer.

The signal detail dialog is the deep-dive view for any single signal — live or closed. It opens on a row click in the feed or history, from a deep-link notification, or from any "Open detail" action elsewhere in the app. The dialog combines a chart panel (entry/SL/TP drawn as horizontal lines), the signal's structured fields, and the four standard actions.

Signal detail dialog

Layout

Code
┌──────────────────────────────────────────────────────────┐
│  HEADER: Symbol · Side · Source · TF · Status            │
├──────────────────────────────────────────────────────────┤
│                                                          │
│              CHART (with entry/SL/TP lines)              │
│                                                          │
├──────────────────────────────────────────────────────────┤
│  FIELDS: Entry · SL · TP1/2/3 · Mark · ROE · Duration    │
├──────────────────────────────────────────────────────────┤
│  ACTIONS: Open Chart · Pipe Autotrade · Alert · AI       │
└──────────────────────────────────────────────────────────┘
FieldNotes
SymbolBold, click to copy.
SideLONG (green) / SHORT (red) badge.
SourceThe signal generator. Link → opens the source's docs (e.g. RSI Pullback).
TimeframeE.g. 5m.
StatusWAITING / ACTIVE / CLOSED · TP1 hit / CLOSED · SL hit / CLOSED · MANUAL.
AgeTime since generated.

Chart panel

The chart is a TradingView-style candle chart loaded for the signal's symbol + timeframe. It shows:

  • Entry line — horizontal at the entry price. Solid line, neutral colour.
  • SL line — horizontal at the SL price. Dashed red line.
  • TP1 / TP2 / TP3 lines — horizontal dashed green lines. Each labelled with TP1, TP2, TP3 on the right edge.
  • Entry marker — small arrow at the entry candle (when active or closed). Green up-arrow for LONG, red down-arrow for SHORT.
  • Indicator overlays — if the source uses an indicator (e.g. RSI Pullback), the indicator is auto-added so you can see the trigger in context.

You can scroll back/forward in time on the chart to see context (last 100 bars before entry, current state, post-close action if available). The chart is read-only inside the dialog — to interact (add indicators, change timeframe, drag), use the Open in Chart Terminal action.

Fields panel

Structured rows below the chart:

RowNotes
EntryPrice at fill (Active/Closed) or limit price (Waiting).
SLStop-loss price.
SL distanceDistance from entry to SL, in % AND in price. Useful for sizing.
TP1 / TP2 / TP3Each with: price, % distance from entry, status (pending / hit / missed).
Mark priceCurrent mark price (live). For closed signals, the close-time price.
ROECurrent ROE for live signals, Final ROE for closed. Bold green/red.
Max ROEHighest ROE achieved since entry.
DurationTime from entry to now (live) or to close (closed).
Generation reasonOne-sentence explanation from the source's indicator. E.g. "RSI 5m crossed up 30 with rising MACD histogram".

Action buttons

Bottom of the dialog:

ActionWhat it does
Open in Chart TerminalLoads the symbol + timeframe in your default chart layout; entry/SL/TP draw as user drawings (editable). Closes the dialog.
Pipe to Auto TradeOpens the Auto Trade subscription dialog pre-filled with this source + timeframe.
Set AlertOpens the Alert dialog pre-filled with this source + timeframe + side.
AI Explainer(Ultimate only) Generates a written read on the signal. See AI explainer.
Copy signal linkCopies the deep-link to clipboard. Shareable with team members on Premium+.

Closed-signal view

When opened on a closed signal (from history), the dialog shows:

  • Chart with the entry marker AND the close marker (X at the close price).
  • Fields panel shows Final ROE and the Result chip (TP1 hit / SL hit / MANUAL).
  • The "Pipe to Auto Trade" action becomes "Pipe future signals from this source" (you can't act on a closed signal, but you can subscribe to future ones from the same source).
  • "AI Explainer" becomes a retrospective read (why it won/lost).

Mobile layout

On screens < 768 px:

  • The dialog opens full-screen.
  • Layout stacks vertically: header → chart (60% height) → fields → actions.
  • Chart can be pinched to zoom and dragged to scroll.

What's next