Trading Analysis banner
lucemia lucemia

Trading Analysis

Development community

Description

--- name: trading-analysis description: Multi-agent trading analysis for a stock ticker. Runs technical, news, fundamentals, and macro analysts in parallel, then an adversarial bull/bear debate, then Research Manager, Trader, and Portfolio Manager to produce a final BUY/SELL/HOLD decision with entry, stop, and sizing. --- 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.

Installation

Installs to ~/.claude/commands/lucemia-trading-agents-plugin-trading-analysis.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/lucemia/trading-agents-plugin/HEAD/.claude/commands/trading-analysis.md -o ~/.claude/commands/lucemia-trading-agents-plugin-trading-analysis.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository