From f63471a20160198237cd744fc85de09660a37a03 Mon Sep 17 00:00:00 2001 From: Gabriel Becedillas Date: Tue, 11 Apr 2023 20:41:00 -0300 Subject: [PATCH] Added basana. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a8e37e..d73a69e 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [pythalesians](https://github.com/thalesians/pythalesians) - Python library to backtest trading strategies, plot charts, seamlessly download market data, analyse market patterns etc. - [pybacktest](https://github.com/ematvey/pybacktest) - Vectorized backtesting framework in Python / pandas, designed to make your backtesting easier. - [pyalgotrade](https://github.com/gbeced/pyalgotrade) - Python Algorithmic Trading Library. +- [basana](https://github.com/gbeced/basana) - A Python async and event driven framework for algorithmic trading, with a focus on crypto currencies. - [tradingWithPython](https://pypi.org/project/tradingWithPython/) - A collection of functions and classes for Quantitative trading. - [Pandas TA](https://github.com/twopirllc/pandas-ta) - Pandas TA is an easy to use Python 3 Pandas Extension with 115+ Indicators. Easily build Custom Strategies. - [ta](https://github.com/bukosabino/ta) - Technical Analysis Library using Pandas (Python)