Pandastalib
A wrapper for a wrapper. Wraps the talib python wrapper in another layer, so you essentially just throw a Pandas Series/DataFrame at any particular talib function. The function gets precomputed and saved. Additional moving parts will let you select precomputes to join in to frames based on constraints in order to examine things. I'm only targeting python3. Dependencies are easily installable with conda.
Install / Use
/learn @aking1012/PandastalibREADME
NASDAQ, AMEX, and NYSE are all built in.
It takes a considerable amount of time for initial run. Staying synced is meant to be run as a background task via cron or whatever, not a watch and wait.
`
import pandastalib pandastalib.abstract.multi_update_all() ` for example
