功能更新

This commit is contained in:
2026-08-15 08:57:15 +08:00
parent 50fd032b45
commit c1c43d2ff7
30 changed files with 1908 additions and 888 deletions

View File

@@ -65,7 +65,7 @@ async def main() -> None:
daily = await client.post(
"/api/backtest",
json={
"symbol": "DEMO",
"symbol": "000001",
"strategy": "macd_cross",
"params": {"fast": 12, "slow": 26, "signal": 9},
"initial_cash": 100000.0,