michaelchu / optopsy

A nimble options backtesting library for Python

Home Page:https://github.com/michaelchu/optopsy/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove get function, move data validation to strategy function

michaelchu opened this issue · comments

In an effort to narrow down the scope of this library, data import APIs will be removed. It should be up to the user to handle data ingestion and transformations outside of this library.