AI Skill Report Card
Analyzing High Return Stocks
High-Return Stock Analysis
Quick Start13 / 15
Python# Stock screening criteria for high-return potential screening_criteria = { 'revenue_growth': '>20%', # YoY revenue growth 'profit_margin': '>15%', # Net profit margin 'pe_ratio': '<25', # P/E ratio (not overvalued) 'debt_to_equity': '<0.5', # Low debt 'market_cap': '>1B', # Avoid penny stocks 'volume': '>1M' # Daily trading volume }
Recommendation▾
Add actual stock examples with real company names and specific metrics rather than generic scenarios
Workflow13 / 15
Progress:
- Screen for fundamental strength
- Analyze growth metrics
- Check technical indicators
- Evaluate market position
- Assess risk factors
- Calculate position sizing
1. Fundamental Screening
- Revenue growth >20% YoY for 3+ years
- Expanding profit margins
- Strong balance sheet (low debt-to-equity)
- Positive free cash flow growth
2. Growth Analysis
- Market opportunity size and expansion potential
- Competitive advantages (moats)
- Management track record
- Industry tailwinds
3. Technical Setup
- Breaking above key resistance levels
- Volume confirmation on breakouts
- RSI between 40-70 (not overbought)
- Moving average alignment (50 > 200)
4. Risk Assessment
- Position sizing: 2-5% of portfolio max
- Stop loss at 15-20% below entry
- Diversification across sectors
- Avoid concentration risk
Recommendation▾
Include concrete templates for calculating key ratios and scoring systems with numerical thresholds
Examples15 / 20
Example 1: Input: Small-cap tech company, 35% revenue growth, 18% margins, P/E 22 Output: STRONG BUY - High growth with reasonable valuation. 3% position size.
Example 2: Input: Large pharma, 5% revenue growth, 25% margins, P/E 15 Output: PASS - Low growth despite good margins. Seek higher growth opportunities.
Recommendation▾
Provide specific data sources, tools, and platforms for conducting this analysis rather than just methodology
Best Practices
- Focus on companies with sustainable competitive advantages
- Prioritize revenue growth over current profits for growth stocks
- Use trailing stop losses to protect gains
- Rebalance quarterly based on performance
- Never invest more than you can afford to lose
- Combine with broad market index funds for base portfolio
Common Pitfalls
- Chasing momentum without fundamental support
- Ignoring valuation completely
- Over-concentrating in single stocks or sectors
- Not setting stop losses
- Trading based on tips or social media hype
- Neglecting risk management for position sizing