diff --git a/doc/alternatives.md b/doc/alternatives.md index 81be033c..b3f292bd 100644 --- a/doc/alternatives.md +++ b/doc/alternatives.md @@ -57,9 +57,14 @@ 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. +- [Nautilus Trader](https://github.com/nautechsystems/nautilus_trader) - + high-performance, production-grade algorithmic trading platform written in Rust/Python, + with event-driven engine to backtest portfolios of automated trading strategies, + and also deploy those same strategies live, with no code changes. - [LiuAlgoTrader](https://amor71.github.io/LiuAlgoTrader/) - A scalable, multi-process ML-ready framework for effective algorithmic trading. + #### Obsolete / Unmaintained The following projects are mainly old, stale, incomplete, incompatible,