Metadata-Version: 2.1
Name: testwise
Version: 0.0.31
Summary: A backtester (backtest helper) for testing my trading strategies.
Home-page: https://github.com/aticio/testwise
Author: Özgür Atıcı
Author-email: aticiozgur@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Provides-Extra: dev
Requires-Dist: pytest (>=3.7) ; extra == 'dev'

# Testwise

![Publish Python 🐍 distributions 📦 to PyPI and TestPyPI](https://github.com/aticio/legitindicators/workflows/Publish%20Python%20%F0%9F%90%8D%20distributions%20%F0%9F%93%A6%20to%20PyPI%20and%20TestPyPI/badge.svg)

A backtester (backtest helper) for testing my trading strategies.

## Installation & Usage

Run the following to install:

```python
pip install testwise
```


