-Check out the implementation at www.a1dzx.com (7/17/20) (9/29/20)
source bin/activate
python3 sma_generator.py TSLA 90
jupyter lab
sudo easy_install pip
sudo pip install --upgrade pip
pip install virtualenv
git clone https://github.com/zwerb/sma_plot_generator.git sma_plot_generator
cd sma_plot_generator
python3 -m venv ./
source bin/activate
pip install -r requirements.txt
- 2020-07-10 - Project Started