From 235395491bea16223b5552f6adfc28a3b80e56de Mon Sep 17 00:00:00 2001 From: guopengfa Date: Sat, 17 Jan 2026 00:56:12 +0800 Subject: [PATCH] recovery decide_interval --- backend_api_python/scripts/simulate_trading_executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend_api_python/scripts/simulate_trading_executor.py b/backend_api_python/scripts/simulate_trading_executor.py index af07c53..211fa81 100644 --- a/backend_api_python/scripts/simulate_trading_executor.py +++ b/backend_api_python/scripts/simulate_trading_executor.py @@ -274,7 +274,7 @@ def _insert_strategy( json.dumps(indicator_config, ensure_ascii=False), json.dumps(trading_config, ensure_ascii=False), json.dumps({}, ensure_ascii=False), - 3000, + 300, now, now, ),