Skip to content

Instantly share code, notes, and snippets.

View harindersingh's full-sized avatar

HARINDER SINGH harindersingh

View GitHub Profile
@harindersingh
harindersingh / 01-02.py
Created April 27, 2016 16:41 — forked from dimi-tree/01-02.py
Udacity: Machine Learning for Trading
# Working with multiple stocks
"""
SPY is used for reference - it's the market
Normalize by the first day's price to plot on "equal footing"
"""
import os
import pandas as pd
import matplotlib.pyplot as plt