This repository hosts a trading algorithm which I built using the Moving Average Convergence Divergence strategy, in Python!
- I have the extracted real time stock data from the latest version of the Yahoo Finance API
- I have decided to run this algorithm on 3 desired securities, which differ based on volatility to prevent selection bias
- I have constructed a "backtesting.py" file to evaluate the performance and efficacy of the model
git clone https://github.com/arnav0401/Algo-Trading-MACD
- Get the latest versioN from the Yahoo Finance API
- Extract out the stock data by entering your desired Ticker Symbol
- Select your desired Time Frame & Interval Period
- Run the calculation and plotting functions by passing in your extracted DataFrame
- Watch the results!!