Contents

PyAlgoTrade 0.20

0

Python Algorithmic Trading

PyAlgoTrade is an event driven algorithmic trading Python library.

Stars: 4283, Watchers: 4283, Forks: 1371, Open Issues: 51

The gbeced/pyalgotrade repo was created 12 years ago and the last code push was 4 months ago.
The project is very popular with an impressive 4283 github stars!

How to Install pyalgotrade

You can install pyalgotrade using pip

pip install pyalgotrade

or add it to a project with poetry

poetry add pyalgotrade

Package Details

Author
Gabriel Martin Becedillas Ruiz
License
Homepage
http://gbeced.github.io/pyalgotrade/
PyPi:
https://pypi.org/project/PyAlgoTrade/
GitHub Repo:
https://github.com/gbeced/pyalgotrade

Classifiers

No  pyalgotrade  pypi packages just yet.

Errors

A list of common pyalgotrade errors.

Code Examples

Here are some pyalgotrade code examples and snippets.

Related Packages & Articles

finta 1.3

Common financial technical indicators implemented in Pandas.

pandas-ta 0.3.14b

An easy to use Python 3 Pandas Extension with 130+ Technical Analysis Indicators. Can be called from a Pandas DataFrame or standalone like TA-Lib. Correlation tested with TA-Lib.

ta 0.11.0

ta is a Python module that provides a technical analysis library, designed to enable feature engineering from financial time series datasets. It is built on the pandas and numpy libraries and offers a wide range of indicators such as volume, volatility, trend, and momentum indicators. ta is designed for Python developers working in the financial sector, making it a valuable asset in the field of Financial Software and Fintech Solutions, particularly for those developing trading algorithms or investment strategies.

pandas-datareader 0.10.0

Data readers extracted from the pandas codebase,should be compatible with recent pandas versions