import sys sys.path.append("/home/hoon/kis_bot") from kis_trader.backtest.optuna_web_jobs import _ob_whip_ui_from_params params = { # 2026-09-06 통일: whipsaw_enabled 옛 alias 폐기, whipsaw_filter_enabled 단일 (룰 28). "whipsaw_filter_enabled": True, "whipsaw_subbar_sec": 45, "whipsaw_lookback_sec": 120, "whipsaw_dip_pct": 0.001 } out = _ob_whip_ui_from_params(params) print(out)