/MACD

implementation of the Moving Average Convergence Divergence technical indicator

Primary LanguagePython

Algorithmic-Investing

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

Instructions

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