Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 553 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 553 Bytes

📈 Quant Trading Strategy

🐍 Python Setup

  1. Clone this repo.
  2. Set up a virtual environment: python -m vevnv env
  3. Activate the virtual environemnt: source env/bin/activate
  4. Install the dependencies (spyder-kernels, yfinance, matplotlib, seaborn): pip install -r requirements.txt
  5. Install the environment inside Jupyter: ipython kernel install --user --name=env

Run the code

  1. Check out get_signals.py
  2. Check out the Jupyter Notebook chart_results.ipynb