zipline-trader.readthedocs.io Open in urlscan Pro
104.16.253.120  Public Scan

Submitted URL: http://zipline-trader.readthedocs.io/
Effective URL: https://zipline-trader.readthedocs.io/en/latest/
Submission: On June 23 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

GET search.html

<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
  <input type="text" name="q" placeholder="Search docs">
  <input type="hidden" name="check_keywords" value="yes">
  <input type="hidden" name="area" value="default">
</form>

GET //readthedocs.org/projects/zipline-trader/search/

<form id="flyout-search-form" class="wy-form" target="_blank" action="//readthedocs.org/projects/zipline-trader/search/" method="get">
  <input type="text" name="q" aria-label="Search docs" placeholder="Search docs">
</form>

Text Content

Zipline Trader
latest

 * Install
 * Configuration File zipline-trader.yaml
 * Data Bundles
 * Research & backtesting in the Notebook environment
 * Backtesting
 * Going Live
 * Database Backend
 * Troubleshooting/FAQ
 * Original Zipline Docs

Spending too much time debugging docker & docker compose? Get a
friction-free,unbounded environments
Ad by EthicalAds   ·   ℹ️
Zipline Trader
 * »
 * Zipline Trader
 * Edit on GitHub

--------------------------------------------------------------------------------


ZIPLINE TRADER¶

Welcome to zipline-trader, the on-premise trading platform built on top of
Quantopian’s zipline.

Quantopian closed their services, so this project tries to be a suitable
replacement.

zipline-trader is based on previous projects and work:

 * zipline project.

 * zipline-live project.

 * zipline-live2 project.

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

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
zipline with multiple brokerage support to enable on premise trading of zipline
algorithms.

I recommend using python 3.6, but some work has been done to achieve the same
results on 3.7. More work is needed though.


SUPPORTED DATA SOURCES¶

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¶

Currently 2 brokers are supported:

 * Alpaca

 * IB

 * Install
 * Configuration File zipline-trader.yaml
 * Data Bundles
 * Research & backtesting in the Notebook environment
 * Backtesting
 * Going Live
 * Database Backend
 * Troubleshooting/FAQ
 * Original Zipline Docs

Next

--------------------------------------------------------------------------------

© Copyright 2020, Quantopian Inc.. Revision acc6dde7.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions latest stable 1.6.1 1.6.0 1.5.0 Downloads PDF HTML Epub On Read the
Docs Project Home Builds Downloads On GitHub View Edit Search


--------------------------------------------------------------------------------

Hosted by Read the Docs · Privacy Policy