Skip to content

Instantly share code, notes, and snippets.

@zachlim98
Created December 4, 2020 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zachlim98/69529d56c2216b4da52ebf6c06a6de3b to your computer and use it in GitHub Desktop.
Save zachlim98/69529d56c2216b4da52ebf6c06a6de3b to your computer and use it in GitHub Desktop.
import pandas as pd
from tiingo import TiingoClient # for historical data
### for my technical indicators
from ta.momentum import RSIIndicator, stoch
from ta.trend import MACD as md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment