From 80a6f06c4ba6b5b3ecc7ffe97a9e1c87ee8deaef Mon Sep 17 00:00:00 2001 From: Andrew Schwartz Date: Thu, 16 Nov 2023 09:12:46 -0500 Subject: [PATCH] add LiuAlgoTrader to alts --- doc/alternatives.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/alternatives.md b/doc/alternatives.md index 4dc79365..52b5fd25 100644 --- a/doc/alternatives.md +++ b/doc/alternatives.md @@ -54,6 +54,8 @@ kindly have a look at some similar alternative Python backtesting frameworks: stock picking, backtesting, and unified visualization. Documentation in Chinese. - [AwesomeQuant](https://github.com/wilsonfreitas/awesome-quant#trading--backtesting) - A somewhat curated list of libraries, packages, and resources for quants. +- [LiuAlgoTrader](https://github.com/amor71/LiuAlgoTrader) - + A scalable, multi-process ML-ready framework for effective algorithmic trading. #### Obsolete / Unmaintained