This project is intended to give algorithmic guidance for both long and short term investment strategies. Being this a project under construction, we will first focus on long-term strategies.
The whole code is developed on Python. Please refer to Anaconda https://www.anaconda.com/ for a compiler.
In order to run this project on Anaconda, the following libraries are needed. Please intall them by writing on the anaconda prompt:
$ conda install -c anaconda pandas-datareader
$ conda install -c plotly plotly
$ conda config --append channels conda-forge
$ conda install -c ml4t yfinance