From stock-scanner
Scans US equities for swing trade setups (2-10 day holds) using RSI oversold, volume breakout, and catalyst filters. Synthesizes market context, technicals, news, and insider activity into ranked trade ideas.
How this skill is triggered — by the user, by Claude, or both
Slash command
/stock-scanner:swing-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Act as a swing trading desk analyst. Scan US equities for actionable 2-10 day setups using technical oversold conditions, volume breakouts, and catalyst-driven moves.
Act as a swing trading desk analyst. Scan US equities for actionable 2-10 day setups using technical oversold conditions, volume breakouts, and catalyst-driven moves.
Announce at start: "Scanning for swing trade setups across US equities..."
Parse $ARGUMENTS as optional exchange filter (e.g., NASDAQ, NYSE). If empty, scan all exchanges.
| Tool | Parameters | Priority |
|---|---|---|
tradingview_scan | filters: RSI < 30 AND volume > 500000 AND market_cap > 500M. Columns: close, change, RSI, volume, name, description, market_cap_basic. limit=15 | REQUIRED |
tradingview_scan | filters: relative_volume > 2 AND change > 3 AND market_cap > 500M. limit=15 | REQUIRED |
tradingview_volume_breakout | limit=15 | ENRICHMENT |
tradingview_market_indices | (none) | ENRICHMENT |
sentiment_fear_greed | (none) | ENRICHMENT |
Select top 3 candidates from Wave 1 results. Rank by relative volume (highest first). Break ties by RSI distance from 30. If technicals fail for a candidate, skip the deep dive for that ticker and note the gap.
| Tool | Parameters | Priority |
|---|---|---|
tradingview_technicals | tickers=[candidate] for each | REQUIRED |
finnhub_company_news | symbol=candidate, last 7 days, for each | ENRICHMENT |
edgar_insider_trades | ticker=candidate, for each | ENRICHMENT |
Filter Wave 1 results to find the best setups. Look for three patterns:
Cross-check every candidate against market context (indices trend, fear/greed level). Avoid setups that fight the broad market direction unless the catalyst is overwhelming.
DO NOT reproduce raw tool output. Synthesize and rank.
One line: key indices direction + Fear & Greed reading.
Table of top candidates (max 8):
| Ticker | Name | Price | Change% | RSI | RelVol | Setup Type |
|---|
For each candidate:
For each actionable setup:
Data from TradingView and Yahoo Finance is 15-minute delayed. CBOE and sentiment data is end-of-day. Verify critical levels with real-time data before executing trades.
All trade recommendations are based on delayed data. Include a disclaimer in the output reminding the user to verify entries, stops, and targets with a real-time feed before placing orders.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
npx claudepluginhub yyordanov-tradu/stock-scanner-mcp