Time-Sensitive Research

Intraday Discovery

Pre-market, 1-hour timeframe trading plans delivered to your inbox and API. Fused from trend/momentum, cycles & seasonality, pattern analytics (Elliott, candlesticks, divergences), and 46+ risk models — with clear entries, exits, targets, and invalidation, plus explainable rationale.

  • Delivered before the U.S. cash open; concise plan per instrument/watchlist
  • Explainable drivers with confidence & contribution by model
  • Email, dashboards, and JSON/API — audit-friendly exports
  • 1-Hour — primary timeframe
  • Pre-market — daily delivery
  • Email · API — delivery options
  • Watchlists — custom universes

Pre-Market Plan

Concise entries and exits, targets, invalidation per symbol, plus quick rationale for the session.

Intraday Signals

1H trend/momentum, pattern confirmations, and bias shifts with confidence weighting.

Risk Bands

Vol bands, VaR/ATR ranges, and position sizing hints within defined guardrails.

Explainable Drivers

Per-model contributions (Trend, Seasonality, Elliott, Divergence, Candles, etc.).

Alerts & Webhooks

Optional flips/threshold triggers straight to Slack/Teams or your OMS/EMS.

Exports

Email summaries, CSV/JSON endpoints, IC-ready one-pagers.

Daily flow (pre-open)

  1. Ingest: price/volume features, cycles/seasonality windows, patterns, risk stats.
  2. Score: each model emits a vote with confidence & strength (versioned).
  3. Fuse: ensemble blends cross-TF agreement with risk band constraints.
  4. Deliver: pre-market plan via email and API; optional alert rules for the session.

Preferences

  • Watchlists & universes (e.g., SPY/QQQ/IWM, top holdings, sectors)
  • Delivery window and timezone for pre-open emails
  • Alert rules (signal flips, band touches, invalidation hits)

Sample email (abbrev.)

Subject: Intraday Plan — 1H (Pre-Market)

SPY — Bias: Bullish (conf 0.68)
• Entry: 551.4 (limit), 553.2 (on break)
• Targets: 555.0 → 557.2
• Invalidation: 548.9 (close 1H)
• Drivers: TrendStack ✓, Seasonality +, RSI div +, RiskBands − (near upper)

QQQ — Bias: Neutral→Bullish (conf 0.61)
• Entry: 474.6 (on break w/ momentum)
• Target: 478.0; Invalidation: 471.8
• Drivers: Momentum burst, EW alt-count +, Doji continuation

…(your watchlist)…

Sample JSON (1H plan)

{
  "symbol":"SPY","tf":"1H","asof":"2025-08-15T12:30Z",
  "summary":{"direction":"bullish","confidence":0.68,"strength":0.59},
  "drivers":[
    {"model":"TrendStack","vote":"+","weight":0.23,"evidence":"1H MA alignment"},
    {"model":"Seasonality","vote":"+","weight":0.12,"evidence":"pre-open bias+"},
    {"model":"RSI_Divergence","vote":"+","weight":0.08,"evidence":"bullish div confirmed"},
    {"model":"RiskBands","vote":"-","weight":0.07,"evidence":"near upper band"}
  ],
  "plan":{
    "entry":[{"type":"limit","level":551.4},{"type":"on_break","level":553.2}],
    "targets":[555.0,557.2],
    "invalidation":548.9,
    "timebox_bars":4
  },
  "provenance":{"version":"id-1.3.0","policy":"intraday-preopen","hash":"bd2…"}
}

Fetch pre-market intraday plan

curl -s -H "X-API-Key: $HEDGTRADE_API_KEY" \
  "https://api.united-river.com/v1/intraday/plan/SPY?tf=1H&scheduled_preopen=true" | jq
Also available: tf=30m (beta), universe=watchlist-name, format=json|markdown|email.

Generate plans for a list

curl -s -H "X-API-Key: $HEDGTRADE_API_KEY" \
  -H "Content-Type: application/json" \
  -X POST "https://api.united-river.com/v1/intraday/plan" \
  -d '{"symbols":["SPY","QQQ","IWM"],"tf":"1H","scheduled_preopen":true}' | jq
Use webhooks for Slack/Teams; email digests are configurable by timezone.

Get started

Run Deep Discovery on your tickers

We’ll preload your universe and produce a daily report + trading plans.

DISCLAIMER
Hedgtrade provides market intelligence and analytical tools for informational purposes only. We do not execute trades or provide personalized investment advice. All users are responsible for their own trading decisions and must comply with applicable regulations in their jurisdiction.