The definitive collection of finance-focused Claude Code subagents β specialized AI assistants for technical analysis, trading strategies, risk management, fundamental analysis, quantitative methods, and AI-driven market intelligence.
- Clone this repository
- Copy desired agent files to:
~/.claude/agents/for global access.claude/agents/for project-specific use
- Customize based on your project requirements
# Install specific category
cp categories/01-technical-indicators/*.md ~/.claude/agents/
# Install specific agent
cp categories/01-technical-indicators/rsi-analyst.md ~/.claude/agents/Subagents specialized in technical indicator calculation, interpretation, and strategy development.
- atr-volatility-expert β ATR-based volatility analysis and position sizing
- bollinger-bands-expert β Bollinger Bands squeeze/breakout and bandwidth analysis
- ichimoku-cloud-expert β Ichimoku Cloud multi-component trend analysis
- macd-strategist β MACD crossover strategies and divergence detection
- moving-average-specialist β SMA, EMA, WMA, DEMA, TEMA crossover strategies
- rsi-analyst β RSI overbought/oversold and divergence analysis
- stochastic-oscillator-pro β Stochastic %K/%D analysis and signal generation
- volume-profile-analyst β VWAP, OBV, and volume profile analysis
Subagents for chart pattern recognition, support/resistance, and geometric analysis.
- candlestick-pattern-pro β Japanese candlestick pattern recognition and interpretation
- chart-pattern-detector β Classical chart pattern detection (H&S, triangles, wedges)
- elliott-wave-analyst β Elliott Wave Theory wave counting and analysis
- fibonacci-specialist β Fibonacci retracement, extension, and fan analysis
- harmonic-pattern-expert β Harmonic pattern detection (Gartley, Butterfly, Bat, Crab)
- support-resistance-analyst β Support/resistance level detection and pivot points
- trendline-expert β Trend line drawing, channels, and breakout analysis
Subagents for position sizing, portfolio risk, and drawdown control.
- correlation-risk-expert β Asset correlation analysis and systematic risk measurement
- drawdown-controller β Maximum drawdown monitoring and equity curve analysis
- portfolio-risk-manager β Portfolio diversification and risk parity optimization
- position-sizing-expert β Kelly Criterion, fixed fractional, and optimal f sizing
- stop-loss-strategist β Trailing stop, ATR-based, and time-based stop strategies
- var-analyst β Value at Risk calculation (historical, parametric, Monte Carlo)
Subagents for financial statement analysis, valuation, and macroeconomic assessment.
- earnings-analyst β Earnings estimates, EPS surprise, and guidance analysis
- financial-statement-analyst β Balance sheet, income statement, and ratio analysis
- macro-economist β Interest rates, inflation, GDP, and central bank policy
- sector-analyst β Sector rotation, competitive analysis, and supply chain
- valuation-expert β DCF, P/E, P/B, EV/EBITDA valuation models
Subagents for backtesting, algorithmic trading, and quantitative strategy development.
- algorithmic-trading-expert β Algo trading engine design and execution optimization
- backtesting-engineer β Backtest framework, walk-forward, and Monte Carlo simulation
- mean-reversion-specialist β Mean reversion strategies, half-life, and z-score analysis
- momentum-strategist β Momentum factor, trend following, and breakout strategies
- pairs-trading-expert β Pairs selection, hedge ratio, and entry/exit signals
- statistical-arbitrage-pro β Statistical arbitrage, cointegration, and spread trading
Subagents for machine learning, deep learning, and AI-driven financial analysis.
- anomaly-detection-expert β Market anomaly detection and regime change identification
- deep-learning-quant β CNN, RNN, Transformer-based financial prediction
- feature-engineering-specialist β Financial feature creation, selection, and importance analysis
- reinforcement-learning-trader β DQN, PPO, A3C trading policy optimization
- sentiment-analysis-expert β NLP-based news and social media sentiment analysis
- time-series-forecaster β ARIMA, GARCH, Prophet, LSTM, Transformer forecasting
Subagents for market data engineering, order book analysis, and alternative data.
- alternative-data-specialist β Satellite, social, web scraping, and non-traditional data
- market-data-engineer β Data collection, normalization, real-time feeds, and APIs
- order-book-analyst β Level 2 data analysis, market microstructure, and liquidity
Finance subagents are specialized AI assistants that enhance Claude Code's capabilities by providing deep financial domain expertise. They act as dedicated helpers for specific areas of financial analysis and trading.
Domain-Specific Intelligence Each subagent is equipped with carefully crafted instructions specific to its financial domain β from technical indicator formulas to risk model mathematics.
Independent Context Windows Every subagent operates within its own isolated context, preventing cross-contamination between different analytical tasks.
Inter-Agent Collaboration
Subagents can reference and work with each other. For example, backtesting-engineer can invoke rsi-analyst for indicator calculation within a strategy backtest.
> Have the rsi-analyst analyze AAPL's daily chart for divergences
> Ask the backtesting-engineer to backtest a MACD crossover strategy
> Use the reinforcement-learning-trader to optimize a trading policyEach subagent follows a standardized template:
---
name: subagent-name
description: When this agent should be invoked
tools: Read, Write, Edit, Bash, Glob, Grep
model: opus
---
You are a [role description and expertise areas]...
[Agent-specific checklists, patterns, and guidelines]...
## Communication Protocol
Inter-agent communication specifications...
## Development Workflow
Structured implementation phases...These subagents are educational tools and should not be considered financial advice. Trading and investing involve substantial risk of loss. Always do your own research and consult with qualified financial professionals before making investment decisions.
We welcome contributions! See CONTRIBUTING.md for guidelines.
- Submit new subagents via PR
- Improve existing definitions
- Report issues and bugs
MIT License β see LICENSE