8000 GitHub - boat2012/pyalgotrade: Python Algorithmic Trading Library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

boat2012/pyalgotrade

 
 

Repository files navigation

PyAlgoTrade

从2015 07 31开始尝试学习使用git。 一点点读懂这个程序。

2015年7月31日 粗粗看一下廖雪峰的git教程,对git有一些了解了http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/00137586810169600f39e17409a4358b1ac0d3621356287000

version status downloads 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.
  • Xignite realtime feed.
  • 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 100.0%
0