From b72fe479c2938c042aac5a328f6283aad96d595e Mon Sep 17 00:00:00 2001 From: FunCoder Date: Sat, 22 Oct 2022 22:00:30 +0100 Subject: [PATCH] Update Readme.md --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 133e368..792b81d 100644 --- a/Readme.md +++ b/Readme.md @@ -83,6 +83,7 @@ And I count crypto as whole new category: [>> Click ME to Systematic Crypto](cry Note: the one marked as `Live Trading` has reasonable live trading support for at least 1 broker. Otherwise, backtest function only. +- [Better Quant](https://github.com/byrnexu/betterquant) - | `C++`, `Live Trading` | - Better quant today, best quant tomorrow. 💪 - [aat](https://github.com/AsyncAlgoTrading/aat) | `Python`, `C++`, `Live Trading`| - an asynchronous, event-driven framework for writing algorithmic trading strategies in python with optional acceleration in C++. It is designed to be modular and extensible, with support for a wide variety of instruments and strategies, live trading across (and between) multiple exchanges. - [* barter-rs](https://github.com/barter-rs/barter-rs) | `Rust` | - Open-source Rust framework for building event-driven live-trading & backtesting systems. Algorithmic trade with the peace of mind that comes from knowing your strategies have been backtested with a near-identical trading Engine. - [backtesting.py](https://github.com/kernc/backtesting.py) | `Python` | - Backtesting.py is a Python framework for inferring viability of trading strategies on historical (past) data. Improved upon the vision of Backtrader, and by all means surpassingly comparable to other accessible alternatives, Backtesting.py is lightweight, fast, user-friendly, intuitive, interactive, intelligent and, hopefully, future-proof.