alpacahq / pylivetrader

Python live trade execution library with zipline interface.
https://pypi.org/project/pylivetrader/
Apache License 2.0
665 stars 196 forks source link

Zipline 1.4.1 py 3.9 #241

Open sammerry opened 3 years ago

sammerry commented 3 years ago

Related to this PR: https://github.com/alpacahq/pipeline-live/pull/32

Based on the comment in the zipline google group: https://groups.google.com/g/zipline/c/0rc8oHYIFkU/m/7r1A4ThFAwAJ

I've updated pylivetrader to use the latest 2.0 version of zipline. This allows upgrading to python 3.9 and using the latest versions of scipy, numpy, pandas and others. All tests pass but i'm sure this will need a lot of validation.

camelpac commented 3 years ago

Hi, thanks for the contribution. zipline-reloaded is not an official zipline release. it does look promising, yes. but as you said - it needs a lot of validation.