Metadata-Version: 2.1
Name: linechart
Version: 1.9.0
Summary: Backtest performance analysis and charting for MoonLine.
License: MIT
Author: Tim Wedde
Author-email: tim.wedde@genzai.dev
Requires-Python: >=3.8,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: arrow (>=1.2.3,<2.0.0)
Requires-Dist: empyrical (>=0.5.5,<0.6.0)
Requires-Dist: matplotlib (>=3.5.3,<4.0.0)
Requires-Dist: pandas (>=1.4.4,<2.0.0)
Requires-Dist: quantrocket-client (>=2.8.0.0,<3.0.0.0)
Requires-Dist: scipy (>=1.9.1,<2.0.0)
Requires-Dist: seaborn (>=0.11.2,<0.12.0)
Description-Content-Type: text/markdown

# Moonchart
This package provides backtest performance analysis and charting for [QuantRocket](https://www.quantrocket.com).

## Example tear sheets

### Moonshot backtest:

![Moonchart tear sheet](https://github.com/quantrocket-llc/moonchart/raw/master/docs/tearsheet-details-example.jpg "Example tear sheet created from a Moonshot backtest")

### 1-dimensional single-strategy parameter scan with Moonshot:

![Moonchart 1-d parameter scan tear sheet](https://github.com/quantrocket-llc/moonchart/raw/master/docs/paramscan-1d-example.jpg "Example tear sheet created from a Moonshot 1-d parameter scan")

### 1-dimensional multi-strategy parameter scan with Moonshot:

![Moonchart 1-d multi-strategy parameter scan tear sheet](https://github.com/quantrocket-llc/moonchart/raw/master/docs/paramscan-1d-multistrat-example.jpg "Example tear sheet created from a Moonshot 1-d multi-strategy parameter scan")

### 2-dimensional parameter scan with Moonshot:

![Moonchart 2-d parameter scan tear sheet](https://github.com/quantrocket-llc/moonchart/raw/master/docs/paramscan-2d-example.jpg "Example tear sheet created from a Moonshot 2-d parameter scan")

## Installation and Usage

For installation and usage documentation, please visit: https://www.quantrocket.com/docs/

## License

Moonchart is distributed under the Apache 2.0 License. See the LICENSE file in the release for details.

