Introduction

PyAlgoTrade is an event driven algorithmic trading Python library with support for:
  • Backtesting with historical data from CSV files.
  • Paper trading using Bitstamp live feeds.
  • Real trading on Bitstamp.

It should also make it easy to optimize a strategy using multiple computers.

PyAlgoTrade is developed using Python 2.7 and depends on:

so you need to have those installed in order to use this library.

You can install PyAlgoTrade using pip like this:

pip install pyalgotrade

Previous topic

PyAlgoTrade documentation

Next topic

Tutorial

This Page