Cloud function for AI-driven algorithmic stock trading
Top 89.7% on sourcepulse
This project provides an AI-driven algorithmic trading system that leverages GPT-3 to predict stock picks based on Jim Cramer's public statements, executing trades via the Alpaca API. It's designed for developers and traders interested in exploring AI-powered investment strategies.
How It Works
The system operates as a scheduled Firebase Cloud Function. It scrapes Jim Cramer's stock recommendations, processes them using OpenAI's GPT-3 for sentiment analysis and prediction, and then interfaces with the Alpaca brokerage API to execute trades based on these predictions. This approach aims to automate a complex trading strategy by translating human sentiment into actionable market decisions.
Quick Start & Requirements
npm install
.Highlighted Details
Maintenance & Community
The project is associated with Fireship.io, a popular developer education platform. Further community engagement or roadmap details are not explicitly provided in the README.
Licensing & Compatibility
The repository is licensed under the MIT License, permitting commercial use and modification.
Limitations & Caveats
This project is presented as a demonstration and educational tool, not a production-ready trading system. Trading involves significant risk, and the accuracy of AI predictions is not guaranteed. The reliance on specific external APIs (Alpaca, OpenAI) means changes to those services could break functionality.
2 years ago
Inactive