Discover and explore top open-source AI tools and projects—updated daily.
owengetinfo-designAI-powered stock market analysis tool
Top 53.6% on SourcePulse
PokieTicker addresses the challenge of understanding stock price movements for beginners by correlating news events directly with price action on candlestick charts. It offers a unique approach to developing event-driven thinking, enabling users to grasp the "why" behind market fluctuations. The tool benefits stock market novices, researchers, and power users by providing AI-driven explanations, trend predictions, and historical context for price changes.
How It Works
PokieTicker employs a sophisticated data pipeline that integrates news sentiment analysis with technical indicators. News articles are processed by Claude Haiku for sentiment scoring, key discussion summaries, and bullish/bearish reasons, then combined with OHLC price data into daily feature vectors. An XGBoost model predicts price direction (T+1, T+3, T+5 horizons) using these features. The system also identifies historically similar news patterns via cosine similarity on feature vectors, leveraging the principle that markets react predictably to similar information events and sentiment clusters.
Quick Start & Requirements
The project offers immediate usability with a pre-built SQLite database (pokieticker.db) and ML models, eliminating the need for API keys for initial setup.
pokieticker.db.gz and models.tar.gz.venv and pip install -r requirements.txt. Run with uvicorn backend.api.main:app --reload.npm install in the frontend directory. Run with npm run dev.mitrui.com/PokieTicker.Highlighted Details
Maintenance & Community
No specific details regarding notable contributors, sponsorships, community channels (e.g., Discord, Slack), or a public roadmap were found in the provided README.
Licensing & Compatibility
Limitations & Caveats
This project is explicitly stated as an "experimental tool for learning, not financial advice." The README acknowledges the complexity of markets and that no single model can capture all influencing factors. Full AI analysis and data updates require optional API keys and incur usage costs.
3 weeks ago
Inactive