Photo by Igor Omilaev on Unsplash
From VIX analysis to StockTwits sentiment, here's how six specialized AI agents using free LLMs provide surprisingly accurate trading signals.
This AI trading crew automates the entire daily stock research process using a team of specialized AI agents. Instead of manually browsing financial news, analyzing technical indicators, and monitoring social sentiment for hours each morning, you get crystal-clear trading recommendations in minutes.
The system provides:
For a deep dive into how this AI agent system works in practice and to see a real-world example of the analysis in action, check out my detailed hands-on demonstration and implementation guide. This article walks through the complete process and shows you exactly how the AI agents collaborate to generate trading insights.
The system follows a sophisticated three-phase approach:
Visit the official CrewAI GitHub for the latest installation instructions and requirements.
# Using uv (recommended) uv add crewai[tools] # Or using poetry poetry add "crewai[tools]" # Or using pip pip install "crewai[tools]"
# Clone the repository git clone https://github.com/philippe-ostiguy/AITradingCrew.git cd AITradingCrew # Install with uv (recommended) uv sync # Or install with poetry poetry install # Or install with pip pip install -e .
Create a .env file in the project root with the following API keys:
# LLM Provider (OpenRouter recommended) OPENROUTER_API_KEY=your_openrouter_api_key_here OPENROUTER_DEEPSEEK_R1=deepseek/deepseek-r1:free OPENROUTER_BASE_URL=https://openrouter.ai/api/v1 # Data Providers TWELVE_API_KEY=your_twelvedata_api_key_here TIMEGPT_API_KEY=your_nixtla_api_key_here RAPID_API_KEY=your_rapidapi_key_here
# Simply run the trading crew crewai run # Or use the direct command python -m ai_trading_crew.main
That's it! š The system will analyze your configured stocks and provide trading recommendations.
**RECOMMENDATION**: Bullish
**CONFIDENCE LEVEL**: High
**KEY FACTORS**:
- Dominant AI Leadership & Growth Catalysts: Q1 FY2026 Data Center revenue surged 73% YoY
- Technical Breakout Momentum: Price closed near 52-week highs with bullish MACD signals
- Overwhelming Social Sentiment: 213 bullish signals cite AI dominance and institutional FOMO
- ETF & Institutional Support: Top holding in semiconductor ETFs with record-high volume
**RETURN/RISK ASSESSMENT**: Upside to $150ā$153 (5.3ā6.6% gain) outweighs downside risk...
**TRADING RATIONALE**: Initiate long positions at market open, targeting breakout above $145.16...
You can customize the analysis by modifying the configuration in ai_trading_crew/config.py:
SYMBOLS listNEWS_FETCH_LIMIT and SOCIAL_FETCH_LIMITThis software is for informational purposes only and does not constitute financial advice. Always conduct your own research or consult with a financial advisor before making any investment decisions. Past performance does not guarantee future results.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
https://app.readytensor.ai/publications/create/LNfJNAp3umkO/files
ā Give the project a star
š¤ Send me a LinkedIn connection request to stay in touch
Happy automation! šš