refactor: enhance Optuna backtesting framework, optimize orderbook filtering, and update database management utilities.

This commit is contained in:
Your Name
2026-08-12 10:19:19 +09:00
parent cb7e5037a0
commit c6bd62a25f
218 changed files with 31613 additions and 759 deletions

View File

@@ -47,6 +47,8 @@ _EXPLICIT_KEY_TABLE: Dict[str, str] = {
"STRATEGY_UPDOW_ENABLED": "config_updow",
"STRATEGY_DBBAND_ENABLED": "config_dbband",
"STRATEGY_DART_ENABLED": "config_dart",
# 해외 WS 소켓 기동 — 인프라(공통 env_config). 전략 테이블과 분리.
"OVERSEAS_WS_ENABLED": "env_config",
"KIS_SCALP_MM_CHANNEL": "config_scalp",
"KIS_SHORT_MM_CHANNEL": "config_short",
"KIS_MOMENTUM_MM_CHANNEL": "config_momentum",