Simulates stock trading decisions using a multi-agent system where each AI agent emulates a famous investor's strategy.
AI Hedge Fund is an open-source proof-of-concept system that explores using AI for trading decisions. It employs a multi-agent architecture where each AI agent simulates the investment philosophy of a famous investor, like Warren Buffett or Cathie Wood. The project's goal is purely educational, demonstrating how different AI-driven strategies can analyze financial markets without executing real trades.
A user runs the system from the command line or a web UI, providing stock tickers as input. The tool, a Python application, queries LLM APIs (like OpenAI) and a financial data API to power its analysis. The system then outputs simulated trading signals and portfolio decisions to the terminal. It is open-source and requires users to provide their own API keys to function.
This tool is ideal for developers and quantitative finance enthusiasts who want to experiment with multi-agent AI systems for stock analysis and algorithmic trading strategies.
The project is explicitly for educational and research purposes only. It is a proof-of-concept that simulates decisions and does not execute any real trades or provide financial advice.