添加优化超时

This commit is contained in:
2026-07-06 05:06:15 +08:00
parent e49bdb1116
commit f94728fa88
3 changed files with 19 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class EAAutoScanner:
"test_config": {
"symbol": "EURUSD", "period": "H1",
"from_date": "2025.01.01", "to_date": "2025.12.31",
"model": 1, "deposit": 10000, "leverage": "1:100"
"model": 1, "deposit": 10000, "leverage": "1:100", "timeout_min": 60
},
"walk_forward": {"enabled": False, "forward_mode": 0, "forward_date": ""}
}