From 502060aec752c8bf53e969e8592f4a5113e54e75 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sat, 5 Sep 2026 19:00:15 +0000 Subject: [PATCH] Add ManifoldBT next to VectorBT Co-authored-by: Flo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02c551c..b4bed61 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,7 @@ QR 的核心是在不确定环境里反复**提出假设、验证信号、解释 - 🌟 [Backtrader](https://github.com/mementum/backtrader) - 事件驱动回测框架,功能全面,支持实盘 - 🌟 [NautilusTrader](https://github.com/nautechsystems/nautilus_trader) - 高性能事件驱动回测与实盘交易框架,Rust 内核 + Python API - [VectorBT](https://github.com/polakowo/vectorbt) - 向量化回测引擎,NumPy/Numba 加速,适合大规模参数扫描 +- [ManifoldBT](https://github.com/manifoldbt/manifoldbt) - 基于 Rust 核心的高性能 Python 回测引擎:向量化信号、真实成交(费用/滑点/前视偏差)、参数扫描、walk-forward、蒙特卡洛 - [Zipline Reloaded](https://github.com/stefan-jansen/zipline-reloaded) - Quantopian 经典引擎的社区维护版 ### 量化平台