From b4b1ef81185826a7ad0d9fbfc3cbba022365e581 Mon Sep 17 00:00:00 2001 From: t Date: Fri, 4 Oct 2024 10:26:23 -0500 Subject: [PATCH] Update alternatives.md added Nautilus Trader to list of backtesting alternatives (a very good open-source backtester project/platform) --- doc/alternatives.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/alternatives.md b/doc/alternatives.md index 4dc79365..f9e9dc74 100644 --- a/doc/alternatives.md +++ b/doc/alternatives.md @@ -54,6 +54,12 @@ 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. + + #### Obsolete / Unmaintained