zipline-live / zipline

Zipline-Live, a Pythonic Algorithmic Trading Library
http://www.zipline-live.io/
Apache License 2.0
394 stars 65 forks source link

State persistence: save algorithm's context in file #53

Closed tibkiss closed 6 years ago

tibkiss commented 6 years ago

I should call out that this patch enforces the schedule_function() calls to be made from before_trading_start() for simplicity. Thanks to Dan Dunn for this idea.

pbharrin commented 6 years ago

some unit tests failed like: test_panel_data_1_minute

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.03%) to 86.057% when pulling b4e57e4d04b12ba437975e0b19df7f85ab61fcae on tibkiss:state_persistence_final into 09672d466d31bd288f1784c6427ec1a1882cbb1a on zipline-live:master.

tibkiss commented 6 years ago

Fixed the failing UTs.