Intro-to-Algorithmic-Investing-Demo

Python script to demonstrate the use of MACD for trading on the live market on a day to day basis. It also consists of a visual representation of the market trades with a plotly graph.

Requirements

  • Tested on Python 3.7
  • Plotly pip package
  • numpy pip package
  • pandas_datareader pip package
  • yfinance pip package

Intructions

Install all pip packages with "pip install package_name". Ensure that the python version is 3.7 or any other version that can run this script.