Skip to content

Commit

Permalink
new in v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomiku committed Mar 6, 2021
1 parent 39e07be commit 8cf0ff0
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions docs/source/abstract.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,23 @@ zipline-trader is based on previous projects and work:

zipline-live and zipline-live2 are past iterations of this project and this is the up to date project.

New in v1.6.0
===================
* Running on python 3.6 or 3.7
* Using pandas<=1.1.5 and numpy<=1.19.x
* Using postgres as a ingested DB backend
* alpha-vantage bundle
* video tutorials for working with this package: `playlist`_

.. raw:: html

<iframe width="660" height="315" src="https://www.youtube.com/embed/gsUnCjl5mrg" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Special thanks to `@atarax`_ for contributing to this release of zipline-trader

abstract
-----------

After Quantopian closed their services, this project was updated to supply a suitable and
sustainable replacement for users that want to run their algorithmic trading on their own without
relying on online services that may disappear one day. It is designed to be an extensible, drop-in replacement for
Expand All @@ -24,7 +41,7 @@ I recommend using python 3.6, but some work has been done to achieve the same re

Supported Data Sources
--------------------------
Out of the box, zipline-trader supports Alpaca as a free data source. You could use the quantopian-quandl bundle used
Out of the box, zipline-trader supports Alpaca and alpha vantage as a free data sources . You could use the quantopian-quandl bundle used
in old zipline versions or any other bundle you create (how to create a bundle on a later section)

Supported Brokers
Expand All @@ -34,4 +51,6 @@ Currently 2 brokers are supported:
* IB


.. _`zipline-trader` : https://github.com/shlomikushchi/zipline-trader
.. _`zipline-trader` : https://github.com/shlomikushchi/zipline-trader
.. _`playlist` : https://youtu.be/gsUnCjl5mrg
.. _`@atarax` : https://github.com/atarax/

0 comments on commit 8cf0ff0

Please sign in to comment.