diff --git a/README.md b/README.md index e9f47d2..ad8ee36 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [hasura/base-python-bokeh](https://platform.hasura.io/hub/projects/hasura/base-python-bokeh) - Hasura quickstart to visualize data with bokeh library. - [pysabr](https://github.com/ynouri/pysabr) - SABR model Python implementation. +### Indicators +- [pandas_talib](https://github.com/femtotrader/pandas_talib) - A Python Pandas implementation of technical analysis indicators. +- [Tulipy](https://github.com/cirla/tulipy) - Financial Technical Analysis Indicator Library (Python bindings for [tulipindicators]( https://github.com/TulipCharts/tulipindicators)) + ### Trading & Backtesting - [TA-Lib](https://ta-lib.org) - perform technical analysis of financial market data. @@ -59,6 +63,8 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [pyalgotrade](https://github.com/gbeced/pyalgotrade) - Python Algorithmic Trading Library. - [tradingWithPython](https://pypi.org/project/tradingWithPython/) - A collection of functions and classes for Quantitative trading. - [pandas_talib](https://github.com/femtotrader/pandas_talib) - A Python Pandas implementation of technical analysis indicators. +- [pandas-ta](https://github.com/twopirllc/pandas-ta) - An easy to use Python 3 Pandas Extension with 80+Technical Analysis Indicators +- [ta](https://github.com/bukosabino/ta) - Technical Analysis Library using Pandas (Python) - [algobroker](https://github.com/joequant/algobroker) - This is an execution engine for algo trading. - [pysentosa](https://pypi.org/project/pysentosa/) - Python API for sentosa trading system. - [finmarketpy](https://github.com/cuemacro/finmarketpy) - Python library for backtesting trading strategies and analyzing financial markets. @@ -74,6 +80,10 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [pyqstrat](https://github.com/abbass2/pyqstrat) - A fast, extensible, transparent python library for backtesting quantitative strategies. - [NowTrade](https://github.com/edouardpoitras/NowTrade) - Python library for backtesting technical/mechanical strategies in the stock and currency markets. - [pinkfish](https://github.com/fja05680/pinkfish) - A backtester and spreadsheet library for security analysis. +- [aat](https://github.com/timkpaine/aat) - Async Algorithmic Trading Engine +- [Backtesting.py](https://kernc.github.io/backtesting.py/) - Backtest trading strategies in Python +- [catalyst](https://github.com/enigmampc/catalyst) - An Algorithmic Trading Library for Crypto-Assets in Python +- [zvt](https://github.com/zvtvz/zvt) - write trading algorithm once, run it on all markets ### Risk Analysis