1
0

新增backtesting框架用于回测

This commit is contained in:
2025-02-18 17:00:41 +08:00
parent 5489a0bb4b
commit b8f97f7203
4 changed files with 545 additions and 68 deletions

View File

@@ -16,6 +16,7 @@ prophet = "^1.1.6"
mplfinance = "^0.12.10b0"
scipy = "^1.15.1"
backtrader = "^1.9.78.123"
backtesting = "^0.6.1"
[build-system]