Skip to content

9590/pyalgotrade

This branch is up to date with jingzhaoyang/pyalgotrade:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 17, 2016
Aug 17, 2016
Jun 27, 2017
Apr 14, 2016
Jul 30, 2016
Jan 27, 2015
Aug 17, 2016
Mar 11, 2016
Aug 17, 2016
Aug 17, 2016
Mar 26, 2012
Jan 5, 2015
Mar 11, 2012
Mar 16, 2017
Mar 27, 2012
May 10, 2015
Jul 15, 2014
Aug 17, 2016
May 20, 2014
Aug 17, 2016

Repository files navigation

PyAlgoTrade for Python3

对原版进行修改,让其支持Python3。

===========

Build Status Coverage Status

PyAlgoTrade is an event driven algorithmic trading Python library. Although the initial focus was on backtesting, paper trading is now possible using:

and live trading is now possible using:

To get started with PyAlgoTrade take a look at the tutorial and the full documentation.

Main Features

  • Event driven.
  • Supports Market, Limit, Stop and StopLimit orders.
  • Supports any type of time-series data in CSV format like Yahoo! Finance, Google Finance, Quandl and NinjaTrader.
  • Bitcoin trading support through Bitstamp.
  • Technical indicators and filters like SMA, WMA, EMA, RSI, Bollinger Bands, Hurst exponent and others.
  • Performance metrics like Sharpe ratio and drawdown analysis.
  • Handling Twitter events in realtime.
  • Event profiler.
  • TA-Lib integration.

Installation

PyAlgoTrade is developed using Python 2.7 and depends on:

You can install PyAlgoTrade using pip like this:

pip install pyalgotrade

About

Python Algorithmic Trading Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%