Overview
In this video, the creator experiments with the free GitHub repository „Trading Agents“ (107,000 stars, 21 contributors). He gives $100,000 to a team of 12 AI agents to trade automatically. The system mimics a real trading firm – from analysts to risk management and portfolio manager.
The 12 AI Agents
- Analyst Team: Fundamental, sentiment, news, and technical analyst – each with its own personality profile.
- Research Team: Critically assesses insights from the analyst team.
- Trader Agent: Compiles reports and trading proposals.
- Risk Management: Continuously monitors volatility, liquidity, and other risks, adjusting strategies.
- Portfolio Manager: Approves or rejects transaction proposals.
Installation and Usage
- Installation: Via GitHub commands in Claude Code or Codeex. The creator provides a drag-&-drop solution in his free community.
- Data Sources: Yahoo Finance, social media (X, Reddit), news (Bloomberg, Reuters), fundamentals (company profile, financials, insider transactions).
- Analysis Examples:
- Bitcoin: Price action, trend, MACD, RSI, Bollinger Bands. Result: „Hold“ with breakout zone at $83,000 and pullback zone at $78,400–$79,800.
- Meta (stock): Revenue growth (+28%), gross margin, multiple. Result: Stop-limit buy at $573 and limit buy at $620.
Three Levels of Use
- Level 1 – Manual Morning Read: Run a one-time analysis report for your portfolio (cost ~$1–2 per run).
- Level 2 – Scheduled Analysis: With a VPS (e.g., Hostinger), the analysis runs on a schedule. Results are sent via Telegram or WhatsApp (cost ~$30–50/month).
- Level 3 – Autonomous Execution: The AI creates concrete order plans (e.g., for Alpaca) with safety rules (max 10% per position, no market orders, manual confirmation possible). The creator shows a paper trading environment.
Important Notes
- Safety: Always start with a paper account. Include safeguards like a „kill switch“ file and manual approval before order execution.
- Future: The creator sees the future in direct interaction with AI agents – faster execution without manual broker logins.
- Community: In the free „School Community“ you get setup guides, MD files, and all resources from the videos.
Conclusion
„Trading Agents“ is considered one of the best free AI trading repos on GitHub. It enables beginners and advanced users to run a complete AI trading firm – from analysis to automated order execution.