Zipline, for trading simuation

Zipline is an open-source algorithmic trading simulator written in Python.

I have installed Zipline library with pip, in my case, as I’m using PyDev I went to Window>Preferences>Python Interpreter>Install/Uninstall with pip

Once I have tried to use it, I was not able to find the quick way to build the basic code I wanted, so I finally has uninstalled it as with numpy and pandas I have enough.

So I was not able to understand the power of this library, by the moment I do not need it.

Leave a Comment