From 4d0e93d70541a4b533e08b364f698a028b928e87 Mon Sep 17 00:00:00 2001 From: femtotrader Date: Sat, 13 Jul 2019 12:40:10 +0200 Subject: [PATCH 1/3] Update README.md Add [aat](https://github.com/timkpaine/aat) from @timkpaine Add [backtesting.py](https://github.com/kernc/backtesting.py) from @kernc Add [catalyst](https://github.com/enigmampc/catalyst) from @enigmampc Add [zvt](https://github.com/zvtvz/zvt) from @zvtvz --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 86a52b2..3cc1cac 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,11 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [moonshot](https://github.com/quantrocket-llc/moonshot) - Vectorized backtester and trading engine for QuantRocket based on Pandas. - [PyPortfolioOpt](https://github.com/robertmartin8/PyPortfolioOpt) - Financial portfolio optimisation in python, including classical efficient frontier and advanced methods. - [mlfinlab](https://github.com/hudson-and-thames/mlfinlab) - Implementations regarding "Advances in Financial Machine Learning" by Marcos Lopez de Prado. (Feature Engineering, Financial Data Structures, Meta-Labeling) +- [aat](https://github.com/timkpaine/aat) - Async Algorithmic Trading Engine +- [backtesting.py](https://github.com/kernc/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 From 7e15f7cddb19419dd09c62fc658230ed5e771286 Mon Sep 17 00:00:00 2001 From: femtotrader Date: Sat, 13 Jul 2019 12:43:30 +0200 Subject: [PATCH 2/3] Update README.md Add https://github.com/twopirllc/pandas-ta from @twopirllc Add https://github.com/bukosabino/ta from @bukosabino --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 86a52b2..2a55817 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,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. From 29641b2ba38f4a11e90c8d1fd8255453c7391668 Mon Sep 17 00:00:00 2001 From: femtotrader Date: Sun, 14 Jul 2019 07:22:30 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cc1cac..d988098 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [PyPortfolioOpt](https://github.com/robertmartin8/PyPortfolioOpt) - Financial portfolio optimisation in python, including classical efficient frontier and advanced methods. - [mlfinlab](https://github.com/hudson-and-thames/mlfinlab) - Implementations regarding "Advances in Financial Machine Learning" by Marcos Lopez de Prado. (Feature Engineering, Financial Data Structures, Meta-Labeling) - [aat](https://github.com/timkpaine/aat) - Async Algorithmic Trading Engine -- [backtesting.py](https://github.com/kernc/backtesting.py) - Backtest trading strategies in Python +- [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