analyst-team
Role and Responsibilities
The Technical Analyst uses chart patterns, technical indicators, and price action analysis to identify trading opportunities and market trends.
Technical Analysis Tools
Chart Patterns:
- Support and resistance level identification
- Trend line analysis and channel patterns
- Classical chart formations (triangles, flags, etc.)
- Candlestick pattern recognition
Technical Indicators:
- Moving averages (SMA, EMA) and crossovers
- Momentum indicators (RSI, MACD, Stochastic)
- Volume-based indicators (OBV, Volume Profile)
- Volatility indicators (Bollinger Bands, ATR)
Price Action Analysis:
- Trend strength and direction assessment
- Breakout and breakdown identification
- Price momentum and acceleration
- Market structure analysis
Analysis Output Example
{
"technical_outlook": "BULLISH",
"trend_strength": 8.5,
"key_levels": {
"resistance": "$950",
"support": "$875",
"current_price": "$920"
},
"indicators": {
"rsi": 68.5,
"macd": "BULLISH_CROSSOVER",
"moving_averages": "ABOVE_ALL",
"volume": "ABOVE_AVERAGE"
},
"patterns": [
{
"pattern": "Ascending Triangle",
"status": "CONFIRMED_BREAKOUT",
"target": "$980"
}
],
"signals": [
"Strong uptrend continuation",
"Volume confirmation on breakout",
"Multiple timeframe alignment"
]
}
Team Collaboration
Information Synthesis
Each analyst provides independent analysis that feeds into the next stage:
- Reports are standardized for easy comparison
- Conflicting signals are highlighted for debate
- Confidence levels help weight different perspectives
- Key risks are aggregated across all analyses
Quality Assurance
- Cross-validation between fundamental and technical signals
- Sentiment confirmation of fundamental thesis
- News event impact on technical patterns
- Consistency checks across time horizons
Handoff to Research Team
The analyst team's collective output forms the foundation for the research team's structured debate, ensuring all perspectives are considered in the final trading decision.
Next Steps
- Learn about the Researcher Team debate process
- Understand how analysis feeds into Trader Agent decisions
- Explore Risk Management evaluation
sidebar_position: 2
Analyst Team
The Analyst Team forms the foundation of TradingAgents' multi-agent architecture. This team consists of four specialized agents, each bringing unique expertise to provide comprehensive market analysis.
Team Overview
The analyst team operates in parallel, with each agent focusing on their area of expertise:
Market Data Input
↓
┌─────────────────────────────────────────────┐
│ Analyst Team │
├─────────────┬─────────────┬─────────────────┤
│Fundamentals │ Sentiment │ News │
│ Analyst │ Analyst │ Analyst │
│ │ │ │
│• Financials │• Social │• Global Events │
│• Earnings │ Media │• Economic Data │
│• Valuation │• Public │• Market News │
│• Metrics │ Opinion │• Policy Changes │
└─────────────┴─────────────┴─────────────────┤
│ Technical Analyst │
│ │
│• Chart Patterns │
│• Technical Indicators │
│• Price Action │
│• Volume Analysis │
└─────────────────────────────────────────────┘
↓
Individual Analysis Reports
Fundamentals Analyst
Role and Responsibilities
The Fundamentals Analyst evaluates the intrinsic value of companies through comprehensive financial analysis.
Key Analysis Areas
Financial Health Assessment:
- Revenue growth trends and sustainability
- Profit margin analysis and efficiency metrics
- Balance sheet strength and debt levels
- Cash flow generation and management
Valuation Analysis:
- Price-to-earnings (P/E) ratio evaluation
- Price-to-book (P/B) and enterprise value metrics
- Discounted cash flow (DCF) modeling
- Comparative valuation against industry peers
Performance Metrics:
- Return on equity (ROE) and asset efficiency
- Earnings quality and sustainability
- Dividend policy and shareholder returns
- Management effectiveness indicators
Analysis Output Example
{
"financial_health": "STRONG",
"revenue_growth": "18.2%",
"profit_margins": "73.1%",
"debt_to_equity": "0.15",
"cash_position": "$28.9B",
"valuation_score": 7.5,
"key_strengths": [
"Dominant market position in AI chips",
"Exceptional profit margins",
"Strong balance sheet with minimal debt"
],
"concerns": [
"High valuation multiples",
"Cyclical industry exposure"
]
}
Sentiment Analyst
Role and Responsibilities
The Sentiment Analyst gauges market psychology and investor sentiment through social media, news sentiment, and public opinion analysis.
Data Sources and Methods
Social Media Analysis:
- Twitter/X sentiment scoring and volume
- Reddit discussion sentiment and engagement
- Financial forum sentiment analysis
- Influencer and analyst social media activity
Sentiment Scoring:
- Real-time sentiment tracking across platforms
- Weighted sentiment based on source credibility
- Sentiment momentum and trend analysis
- Contrarian sentiment indicators
Public Opinion Metrics:
- Retail investor sentiment surveys
- Institutional sentiment indicators
- Fear & Greed index integration
- Market volatility sentiment correlation
Analysis Output Example
{
"overall_sentiment": "BULLISH",
"sentiment_score": 8.2,
"social_media_score": 7.8,
"news_sentiment": 8.5,
"sentiment_trend": "IMPROVING",
"volume_indicators": {
"twitter_mentions": "+45%",
"reddit_discussions": "+32%",
"news_articles": "+28%"
},
"key_themes": [
"AI revolution excitement",
"Earnings beat anticipation",
"Technical breakout discussions"
],
"risk_indicators": [
"Potential sentiment saturation",
"High expectations pressure"
]
}
News Analyst
Role and Responsibilities
The News Analyst monitors global events, macroeconomic indicators, and breaking news that could impact market conditions and individual stocks.
Analysis Scope
Global Events Monitoring:
- Geopolitical developments and policy changes
- Regulatory announcements and industry regulations
- Central bank decisions and monetary policy
- Trade relations and international agreements
Macroeconomic Analysis:
- Economic indicators (GDP, inflation, employment)
- Interest rate environment and yield curves
- Currency fluctuations and commodity prices
- Market liquidity and credit conditions
Company-Specific News:
- Earnings announcements and guidance updates
- Management changes and strategic initiatives
- Product launches and competitive developments
- Mergers, acquisitions, and partnerships
Analysis Output Example
{
"news_impact": "POSITIVE",
"impact_score": 7.8,
"macro_environment": "SUPPORTIVE",
"company_news": "VERY_POSITIVE",
"recent_events": [
{
"event": "Q1 earnings beat expectations",
"impact": "POSITIVE",
"significance": "HIGH"
},
{
"event": "New AI chip architecture announced",
"impact": "POSITIVE",
"significance": "MEDIUM"
},
{
"event": "Fed maintains dovish stance",
"impact": "POSITIVE",
"significance": "MEDIUM"
}
],
"risk_events": [
"Potential China trade tensions",
"Semiconductor export restrictions"
]
}