Discover and explore top open-source AI tools and projects—updated daily.
AI manages a real-money stock portfolio
Top 8.6% on SourcePulse
This repository details a 6-month live trading experiment using ChatGPT to manage a real-money micro-cap stock portfolio, starting with $100. It aims to determine if LLMs can generate alpha or make intelligent trading decisions with real-time data, targeting individuals interested in AI's practical application in finance and algorithmic trading.
How It Works
The system provides ChatGPT with daily trading data for its portfolio and allows weekly deep research evaluations. Strict stop-loss rules are enforced. The core decision-making is handled by ChatGPT, with Python scripts managing price evaluation, holding updates, and performance tracking. This approach leverages LLM capabilities for potentially novel trading strategies, with all data and decisions logged for transparency.
Quick Start & Requirements
pip install -r requirements.txt
requirements.txt
(e.g., Pandas, yFinance, Matplotlib).Highlighted Details
Maintenance & Community
The project is part of a personal blog experiment with weekly updates posted on the author's blog and SubStack. Contact is available via email for feedback or advice.
Licensing & Compatibility
The repository appears to be under an unspecified license. The README does not explicitly state a license, which may require clarification for commercial use or integration into closed-source projects.
Limitations & Caveats
The project is described as an experiment with a small initial capital ($100) and a limited duration (6 months). Performance is tracked weekly, and the effectiveness of ChatGPT in generating alpha is the primary question being investigated, implying uncertain outcomes.
20 hours ago
Inactive