Skip to content

Releases: alexgaffen/MockMarket

v1.0.0 - MVP: Core Trading Engine & Hybrid AI Analysis

02 Dec 21:31
c11d987

Choose a tag to compare

🚀 Initial Release (MVP)

This is the first stable release of Mock Market, a full-stack investment simulation platform. This version introduces the core "Hybrid Intelligence" architecture, bridging high-performance C++ quantitative analysis with Generative AI qualitative insights.

✨ Key Features

  • Paper Trading System: Users can simulate buying and selling stocks with a $100k virtual portfolio.
  • Quantitative Engine (C++): A dedicated TCP microservice that calculates real-time technical indicators (SMA, RSI, Bollinger Bands).
  • Qualitative Analysis (AI): Integrated Google Gemini 1.5 Pro to analyze market news and sentiment, acting as an AI portfolio manager.
  • Live Market Data: Real-time data fetching via Yahoo Finance & Finnhub APIs.
  • Secure Auth: Full Google Sign-In integration via Firebase.

🛠️ Tech Stack

  • Frontend: React.js, Tailwind CSS
  • Backend: Node.js (Express)
  • Compute Engine: C++ (TCP Sockets)
  • AI Model: Google Gemini 2.5 Pro
  • Containerization: Docker & Docker Compose