qink1986 / pyalgotrade3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyAlgoTrade3

Build Status Coverage Status

This repository is based on pyalgotrade. PyAlgoTrade3 is an event driven algorithmic trading Python3 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 PyAlgoTrade3 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

PyAlgoTrade3 is developed using Python 3 and depends on:

About

License:Other


Languages

Language:Python 99.9%Language:Shell 0.1%