1
0

完成回测的基本计算

This commit is contained in:
2026-01-20 10:29:43 +08:00
parent 36db9d05ea
commit 04a3fbdf8e
5 changed files with 906 additions and 376 deletions

View File

@@ -5,8 +5,10 @@ description = "Stock analysis"
requires-python = ">=3.14"
dependencies = [
"backtesting~=0.6.5",
"duckdb>=1.4.3",
"jupyter~=1.1.1",
"matplotlib~=3.10.8",
"mplfinance>=0.12.10b0",
"pandas~=2.3.3",
"pandas-stubs~=2.3.3",
"peewee~=3.19.0",