Specification
ReeseTradeAlgo
ReeseTradeAlgo is a Python-based algorithmic trading system that utilizes real-time data from Alpha Vantage API and technical indicators to make trading decisions for the AAPL stock. It includes functionalities for fetching real-time data, calculating technical indicators, training a machine learning model, and executing trades through a simulated brokerage API.FeaturesReal-time data fetching from Alpha Vantage API.Calculation of various technical indicators such as MACD, RSI, Stochastic Oscillator, and Bollinger Bands.Training of a Random Forest classifier using historical stock data.Execution of buy/sell orders based on the trading decisions made by the trained model.Multithreaded implementation for continuous real-time trading