-
Pyfolio crashes (see below) on pandas 0.18 (or 0.19). This causes a bit of trouble since Zipline doesn't support pandas > 0.18. Running them in separate environments works.
The crash log below is…
-
There's quite a few all geared at different things but I figure we might as well start a list of what's been tried as well as what has multi-broker support and/or (a) reasonable API(s) **and** can be …
-
Hi @pbharrin . It is a wonderful blog and I enjoyed ingesting the fundamental data into zipline. I was wondering how I can access the file sector_etf_data.csv mentioned in risk_data_prep and also fact…
-
Dear Zipline Maintainers,
I'm trying to build a tear sheet for Alphalens.
I use the zipline pipeline to get the data from the bundle.
Everthink works nice, unfortunately I do not find the zipline…
-
When writing RPC/RMI support with the help of kotlinx.serialization, we can model all the parameter and result types as serializable classes, but there is currently no way to conveniently model the re…
-
We've been noticing that Travis builds are taking up a lot of time: well over 40 minutes in most cases, sometimes even timing out. In contrast, zipline's tests seem to take somewhere around 20 minutes…
-
Dear Zipline Maintainers,
Before I tell you about my issue, let me describe my environment:
# Environment
* Operating System: Mac OS Mojave 10.14.2
* Python Version: 3.7.1
* Python Bitnes…
-
Hi,
While running a simple backtest via zipline in local file. I faced this traceback :
File "backtest.py", line 65, in analyse
pf.create_full_tear_sheet(returns, benchmark_rets = bench…
-
## Problem Description
Trying out Pyfolio to visualize my backtests and draw them from the output pickle files.
The algorythm I run works if I use purely matplotlib to visualize, but with Pyfolio …
-
Dear Catalyst Maintainers,
Thank you for your work on an amazing platform!
Before I tell you about my issue, let me describe my environment:
# Environment
I'm running mac osx, and installed everyt…