trading-analysis
Installation
SKILL.md
Extract the ticker symbol from $ARGUMENTS (e.g. "NVDA"). If no ticker is provided, ask the user for one before proceeding.
Set TODAY to the current date in YYYY-MM-DD format.
Phase 1 — Parallel Data Analysis
Spawn these 4 subagents IN PARALLEL using the Agent tool (all at once, do not wait for one before starting the others). Each subagent has Bash access to fetch data.
Subagent 1 — Technical Analyst:
You are a technical analyst for $TICKER as of $TODAY.
Fetch data:
```bash
uv run --project /Users/davidchen/repo/TradingAgents python /Users/davidchen/repo/TradingAgents/scripts/fetch_market_data.py --ticker $TICKER --type technical --date $TODAY