Breakout Radar

The breakout setups trusted X traders are flagging now — validated against the chart, graded and scored.

GET/api/influencers
SentimentIncluded in every plan · one key.

Overview

A quality-first hybrid pre-breakout radar. `leaderboard` and `candidates` are the same variable-size main set (0–30): there is no minimum quota and no padding. A row must pass every hard gate: regime ON, verified market cap of at least $300M, earnings clear, 0–8% below a live pivot and a mature chart pattern measured only from completed daily candles. Pattern validation rejects untested resistance, immature bases, prior/recent breakouts, excessive MA50/EMA21 extension, wide or choppy structures, rising volume and recent gaps/spikes. Every accepted row includes `patternQualityPass`, auditable reasons/metrics and an explanation: a trusted-trader rationale when available plus a deterministic chart explanation. Technical evidence is labeled `evidenceSource: technical` and is never presented as a tweet. Non-actionable observations stay separate and `view=evaluated` exposes every exclusion reason. Cached ~3h, rebuilt on demand.

Use it toConsume only the pre-breakout setups that pass the live quality contract, even when the honest result is a short list.

Coverage

Universe
US stocks flagged by trusted X traders
History
Current board
Updates
Rebuilt ~hourly
Source
X timelines + Yahoo technicals + DeepSeek

Call it

Send your ra_live_… key in the x-api-key header. Pick your language:

curl "https://raspberrytrades.com/api/influencers?setup=breakout" \
  -H "x-api-key: ra_live_your_key_here"

Parameters

ParameterTypeDescription
setupstringFilter by pattern. Friendly aliases: breakout (includes base_breakout), base, flag; exact values also work: vcp, staircase, pullback, bull_flag, base_breakout, support_bounce (optional).
tickerstringCheck a single symbol, e.g. NVDA (optional)
viewstringUse evaluated for an audit-only list with per-ticker exclusion reasons; excluded names never enter the normal leaderboard (optional)
x-api-keyheaderYour API key (required)
Example response
200 OK · application/json
{
  "generatedAt": "2026-07-01T14:00:00Z",
  "regime": "ON",
  "cached": true,
  "signalFresh": true,
  "count": 13,
  "strictCount": 13,
  "candidateCount": 13,
  "returnedSections": { "explicados": 13, "mencionados": 0, "descartados": 0 },
  "returnedSources": { "trader": 2, "technical": 9, "hybrid": 2 },
  "candidateFilters": {
    "explainedSetupRequired": true,
    "conservativeTechnicalValidationRequired": true,
    "patternQualityRequired": true,
    "marketCapRequired": 300000000,
    "readyMaxDistToPivotPct": 8,
    "selection": {
      "available": 13, "returned": 13,
      "limit": 30, "truncated": false
    }
  },
  "filters": {
    "explainedSetupRequired": true,
    "broke": false,
    "earningsSoon": false,
    "maxDistToPivotPct": 8
  },
  "leaderboard": [
    {
      "ticker": "MU", "breakoutScore": 82,
      "source": "hybrid", "section": "setup-explicado",
      "candidateState": "ready", "strictEligible": true, "actionable": true,
      "pattern": "vcp", "patternLabel": "VCP base", "grade": "A",
      "setupTraders": 2, "traderCount": 3, "postAgeHours": 11.2,
      "price": 198.2, "distFromHigh": -4.1,
      "pivot": 205, "distToPivot": 3.4,
      "broke": false, "earningsSoon": false,
      "patternQualityPass": true, "patternQualityScore": 91,
      "patternQualityReasons": [],
      "patternMetrics": {
        "structuralAsOf": "2026-06-30",
        "baseAgeSessions": 24,
        "pivotTouches": 3,
        "range20Pct": 14.2,
        "volContraction": 0.72
      },
      "setupSummary": "@srxtrades (bull_flag): $MU tight coil under 205, watching for the break",
      "setupReasons": [
        {
          "trader": "srxtrades", "setupType": "bull_flag",
          "text": "$MU tight coil under 205, watching for the break",
          "images": ["https://pbs.twimg.com/media/...daily.jpg"]
        }
      ],
      "why": [
        {
          "author": "srxtrades",
          "text": "$MU tight coil under 205, watching for the break",
          "image": "https://pbs.twimg.com/media/...jpg",
          "images": [
            "https://pbs.twimg.com/media/...daily.jpg",
            "https://pbs.twimg.com/media/...weekly.jpg"
          ],
          "createdAt": "Wed Jul 01 06:09:25 +0000 2026",
          "url": "https://x.com/srxtrades/status/..."
        }
      ]
    }
  ],
  "candidates": [
    {
      "ticker": "MU", "source": "hybrid",
      "section": "setup-explicado", "candidateState": "ready",
      "strictEligible": true, "actionable": true, "distToPivot": 3.4,
      "technicalQualified": true, "patternQualityPass": true,
      "marketCapQualified": true,
      "technicalSetupReason": {
        "evidenceSource": "technical",
        "author": "Raspberry Radar",
        "setupType": "vcp",
        "text": "MU presenta un vcp grado A: cotiza a 3.4% del pivote..."
      }
    }
  ],
  "watchlist": []
}
Sentiment — related datasets
Get your API key

Create a free account, copy your ra_live_… key and make your first call to https://raspberrytrades.com/api/influencers.

Keep your key on your server — never ship it in front-end code.