Recommendations — Ranked Setups Entry Point
One of the five entry-point commands for Tradecraft. Returns the top trade setups across a watchlist right now, ranked by quality. Skip the noise — get the picks.
Invocation
/tradecraft:recommendations [SYMBOL,SYMBOL,...] [N]
# examples
/tradecraft:recommendations # default watchlist, top 3
/tradecraft:recommendations XAUUSD,US30,EURUSD # those 3 only
/tradecraft:recommendations BTCUSD,ETHUSD,SOLUSD 5 # crypto top 5
/tradecraft:recommendations all 10 # default watchlist, top 10
[SYMBOL,...] — comma-separated, default watchlist if omitted (same as markets)
[N] — number of recommendations to return; default 3
Default Watchlist
XAUUSD, US30, US500, US100, EURUSD, GBPUSD, BTCUSD, ETHUSD
What Claude Should Do
- Parse args. Empty symbols → default watchlist.
- For each symbol in parallel: run
pair-analyze <SYM> H1 standard (or the symbol-specific wrapper if available, e.g. analyze-gold, analyze-us30).
- Drop any setup that is
bias: flat or fails its news gate.
- Score remaining setups:
score = setup_grade × confidence × min(risk_reward / 2.0, 1.5) where setup_grade maps A=1.0, B=0.7, C=0.4.
- Sort descending; take top
N.
- Optional: cross-check with
ai-signal-aggregator if active for an ML confidence overlay.
- Render as the table below.
Output Shape
Top 3 setups — 2026-04-23 14:30 UTC (default watchlist, mode: standard)
# Rank Symbol Side Entry SL TP1 R:R Grade Conf Why
─────────────────────────────────────────────────────────────────────────────────────
1 XAUUSD long 2341.50 2338.00 2348.50 2.0 A 0.74 H4 trend-up + H1 OB + Asian sweep
2 US30 short 42180 42250 41960 3.1 A 0.68 H4 CHoCH + equal-highs sweep target
3 BTCUSD long 67200 66400 69000 2.3 B 0.61 D1 breakout retest + funding flat
Skipped: EURUSD (CPI 18h), US500 (range, no edge), US100 (regime + CPI overlap)
Risk note: 2 USD-quote setups; if both fill, total USD exposure = 1.5%.
All numbers above are illustrative — actual values come from the underlying pair-analyze runs.
Output Contract Per Row
| Column |
Source |
Notes |
| # |
rank |
1 = best |
| Symbol |
input |
normalized |
| Side |
pair-analyze.bias |
long / short only — flat is filtered out |
| Entry |
pair-analyze.entry |
broker-precision rounded |
| SL |
pair-analyze.stop_loss |
broker-precision rounded |
| TP1 |
pair-analyze.take_profit_1 |
first target |
| R:R |
pair-analyze.risk_reward |
TP1-based |
| Grade |
pair-analyze.setup_grade |
A / B / C |
| Conf |
pair-analyze.confidence |
0.0 - 1.0 |
| Why |
pair-analyze.confluence first 2-3 items joined |
one short clause |
End the table with a single line listing skipped symbols + reasons, and a portfolio-heat note if multiple setups share an exposure (USD, EUR, risk-on basket).
Skip Conditions
Skip a symbol entirely (don't show as a setup) if any of these fire:
pair-analyze.bias == "flat"
- News gate blocks within next 2 hours
- Spread > 2× typical for that symbol
- Regime is
high-vol AND mode is not swing
- Symbol fetch failed entirely (note at bottom, don't include in ranking)
Design Rules
- Cap at user-requested N or 10, whichever is smaller. Asking for "top 100" is meaningless when most filter out.
- Never invent a setup — if
pair-analyze returns no plan for a symbol, it doesn't appear in the ranking.
- The
Why column is a short clause from confluence, not a paragraph.
- End with one portfolio-heat note (e.g., "2 USD-quote setups, total USD exposure = X%").
- If zero setups pass all gates, return: "No A/B-grade setups right now. Next opportunity window: ."
Related
pair-analyze — underlying per-symbol pipeline this fans out across the watchlist
analyze-gold / analyze-us30 — symbol-specific wrappers used when applicable
ai-signal-aggregator — optional ML confidence overlay
risk-and-portfolio — portfolio-heat math
markets — sister entry point for raw quotes (no setup ranking)
analyze — sister entry point for deep-dive on one symbol
1---2name: recommendations3description: Entry-point ranked-setup feed. Runs the full pair-analyze pipeline against a watchlist and returns the top N highest-grade trade setups right now, sorted by confidence × R:R, with one-line rationale and a copy-pasteable trade plan. USE FOR - what should I trade, recommend trades, best setups, top picks, ranked opportunities, where's the edge.4---56# Recommendations — Ranked Setups Entry Point78One of the **five entry-point commands** for Tradecraft. Returns the top trade setups across a watchlist right now, ranked by quality. Skip the noise — get the picks.910## Invocation1112```text13/tradecraft:recommendations [SYMBOL,SYMBOL,...] [N]1415# examples16/tradecraft:recommendations # default watchlist, top 317/tradecraft:recommendations XAUUSD,US30,EURUSD # those 3 only18/tradecraft:recommendations BTCUSD,ETHUSD,SOLUSD 5 # crypto top 519/tradecraft:recommendations all 10 # default watchlist, top 1020```2122- `[SYMBOL,...]` — comma-separated, default watchlist if omitted (same as `markets`)23- `[N]` — number of recommendations to return; default `3`2425## Default Watchlist2627`XAUUSD, US30, US500, US100, EURUSD, GBPUSD, BTCUSD, ETHUSD`2829## What Claude Should Do30311. Parse args. Empty symbols → default watchlist.322. For each symbol in parallel: run `pair-analyze <SYM> H1 standard` (or the symbol-specific wrapper if available, e.g. `analyze-gold`, `analyze-us30`).333. Drop any setup that is `bias: flat` or fails its news gate.344. Score remaining setups: `score = setup_grade × confidence × min(risk_reward / 2.0, 1.5)` where `setup_grade` maps `A=1.0, B=0.7, C=0.4`.355. Sort descending; take top `N`.366. Optional: cross-check with `ai-signal-aggregator` if active for an ML confidence overlay.377. Render as the table below.3839## Output Shape4041```42Top 3 setups — 2026-04-23 14:30 UTC (default watchlist, mode: standard)4344# Rank Symbol Side Entry SL TP1 R:R Grade Conf Why45─────────────────────────────────────────────────────────────────────────────────────461 XAUUSD long 2341.50 2338.00 2348.50 2.0 A 0.74 H4 trend-up + H1 OB + Asian sweep472 US30 short 42180 42250 41960 3.1 A 0.68 H4 CHoCH + equal-highs sweep target483 BTCUSD long 67200 66400 69000 2.3 B 0.61 D1 breakout retest + funding flat4950Skipped: EURUSD (CPI 18h), US500 (range, no edge), US100 (regime + CPI overlap)51Risk note: 2 USD-quote setups; if both fill, total USD exposure = 1.5%.52```5354All numbers above are illustrative — actual values come from the underlying pair-analyze runs.5556## Output Contract Per Row5758| Column | Source | Notes |59|---|---|---|60| # | rank | 1 = best |61| Symbol | input | normalized |62| Side | `pair-analyze.bias` | `long` / `short` only — flat is filtered out |63| Entry | `pair-analyze.entry` | broker-precision rounded |64| SL | `pair-analyze.stop_loss` | broker-precision rounded |65| TP1 | `pair-analyze.take_profit_1` | first target |66| R:R | `pair-analyze.risk_reward` | TP1-based |67| Grade | `pair-analyze.setup_grade` | A / B / C |68| Conf | `pair-analyze.confidence` | 0.0 - 1.0 |69| Why | `pair-analyze.confluence` first 2-3 items joined | one short clause |7071End the table with a single line listing skipped symbols + reasons, and a portfolio-heat note if multiple setups share an exposure (USD, EUR, risk-on basket).7273## Skip Conditions7475Skip a symbol entirely (don't show as a setup) if any of these fire:76- `pair-analyze.bias == "flat"`77- News gate blocks within next 2 hours78- Spread > 2× typical for that symbol79- Regime is `high-vol` AND mode is not `swing`80- Symbol fetch failed entirely (note at bottom, don't include in ranking)8182## Design Rules8384- Cap at user-requested N or 10, whichever is smaller. Asking for "top 100" is meaningless when most filter out.85- Never invent a setup — if `pair-analyze` returns no plan for a symbol, it doesn't appear in the ranking.86- The `Why` column is a short clause from `confluence`, not a paragraph.87- End with one portfolio-heat note (e.g., "2 USD-quote setups, total USD exposure = X%").88- If zero setups pass all gates, return: "No A/B-grade setups right now. Next opportunity window: <time of next non-news session>."8990## Related9192- `pair-analyze` — underlying per-symbol pipeline this fans out across the watchlist93- `analyze-gold` / `analyze-us30` — symbol-specific wrappers used when applicable94- `ai-signal-aggregator` — optional ML confidence overlay95- `risk-and-portfolio` — portfolio-heat math96- `markets` — sister entry point for raw quotes (no setup ranking)97- `analyze` — sister entry point for deep-dive on one symbol