Metadata-Version: 2.1
Name: backtester
Version: 0.4
Summary: A backtesting for timeseries data in a pandas dataframe
Home-page: https://github.com/EricSchles/backtester
Author: Eric Schles
Author-email: ericschles@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: sklearn
Requires-Dist: scipy
Requires-Dist: numpy
Requires-Dist: empiricaldist
Requires-Dist: statsmodels
Requires-Dist: mlxtend
Requires-Dist: pytest

# Welcome to backtester!

Backtester was born out of this project:

[https://covidactnow.org/](https://covidactnow.org/)

The goal of the project is to help backtest our forecasts to make sure they are as accurate as possible against historical time series.

## Examples

-- To Do --

ToDos:
* https://nbviewer.jupyter.org/github/AllenDowney/ProbablyOverthinkingIt/blob/master/sp500.ipynb

Other libraries:

* http://pmorissette.github.io/bt/
* https://pypi.org/project/Backtesting/
* https://qtpylib.io/docs/latest/index.html


