Skip to content

Repository files navigation

SMA Plot Generator

Python-based Yahoo Finance Stock Analysis

-Check out the implementation at www.a1dzx.com (7/17/20) (9/29/20)

Get Started:

Simple Startup (after Install):

1. To run the main script (after setup)

source bin/activate

python3 sma_generator.py TSLA 90

2. Run Jupyter Lab

jupyter lab

Install Instructions (first time)

MacOSX Get Started:

0.a get pip (if you don't have it)

sudo easy_install pip
sudo pip install --upgrade pip

0.b get virtual env (if you don't have it)

pip install virtualenv

1. clone the repo (and cd into it)

git clone https://github.com/zwerb/sma_plot_generator.git sma_plot_generator

cd sma_plot_generator

2. set up virtual env (in the current dir ./, or path/to/dir/ )

python3 -m venv ./

3. activate the venv

source bin/activate

4. install packages

pip install -r requirements.txt

Updates:

  • 2020-07-10 - Project Started

Notes:

About

Python-based Stock Analysis

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages