This repository contains two implementations of stock price prediction and trading strategies:
- Python Implementation: Uses historical stock data to predict prices and visualize trends.
- C++ Implementation: Implements a simple momentum-based trading bot using the Alpaca Paper Trading API.