1
0

重构回测代码架构,新增批量回测功能

This commit is contained in:
2026-01-28 14:10:14 +08:00
parent 173a566f8b
commit 0db4155a3c
13 changed files with 1731 additions and 283 deletions

View File

@@ -15,4 +15,6 @@ dependencies = [
"psycopg2-binary~=2.9.11",
"sqlalchemy>=2.0.46",
"ta-lib>=0.6.8",
"tabulate>=0.9.0",
"tqdm>=4.67.1",
]