Skip to content

Commit

Permalink
conda packages
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Apr 20, 2021
1 parent 4edb547 commit 83aec93
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@


[![Join the chat at https://gitter.im/stefan-jansen/pyfolio-reloaded](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/stefan-jansen/pyfolio-reloaded?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![build status](https://travis-ci.org/stefan-jansen/pyfolio-reloaded.png?branch=master)](https://travis-ci.org/stefan-jansen/pyfolio-reloaded)
[![PyPI Wheels](https://github.com/stefan-jansen/pyfolio-reloaded/actions/workflows/distribution.yml/badge.svg)](https://github.com/stefan-jansen/pyfolio-reloaded/actions/workflows/distribution.yml)

pyfolio is a Python library for performance and risk analysis of financial portfolios that works well with the [Zipline](https://zipline.ml4trading.io/) open source backtesting library.

## Trading Strategy Analysis with pyfolio
## Trading Strategy Analysis with pyfolio

At the core of pyfolio are various tear sheets that combine various individual plots and summary statistics to
provide a comprehensive view of the performance of a trading algorithm.
provide a comprehensive view of the performance of a trading algorithm.

Here's an example of a simple tear sheet analyzing a strategy executed with the Zipline backtesting engine:

### Performance Metrics

The tear sheet presents performance and risk metrics for the strategy separately during the backtest and out-of-sample periods:
The tear sheet presents performance and risk metrics for the strategy separately during the backtest and out-of-sample periods:

<p align="center">
<a href="#">
Expand Down
10 changes: 5 additions & 5 deletions conda/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ % set name = "pyfolio-reloaded" % }
{ % set version = "0.9.3" % }
{% set name = "pyfolio-reloaded" %}
{% set version = "0.9.3" %}

package:
name: { { name|lower } }
version: { { version } }
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
md5: 55cc453ee83094a64988d2df45270bd6
md5: ad9dc043ecfbe3eaaa80a2277f90788f

build:
number: 0
Expand Down

0 comments on commit 83aec93

Please sign in to comment.