Skip to content

Quantopian Migration Tool

Compare
Choose a tag to compare
@shlomiku shlomiku released this 27 May 04:52
· 134 commits to master since this release
d54ebd3

In this release we add a migration tool to the pylivetrader cli
it could be used to take code written for quantopian or zipline and make it compatible to pylivetrader
you could use it as follows:

pylivetrader --help
pylivetrader migrate -i quantopian_example.py -o pylivetrader_compatible.py