옵투나 8방 후처리를 재탐색으로 변경하기 전전

This commit is contained in:
Your Name
2026-08-23 17:51:29 +09:00
parent 3eaa3b61df
commit ba2f9f0953
58 changed files with 25306 additions and 344 deletions

View File

@@ -108,7 +108,7 @@ def main() -> int:
ap.add_argument("--job-id", default="")
ap.add_argument("--out-dir", default="")
ap.add_argument("--progress-file", default="")
ap.add_argument("--orderbook-filter", choices=["off", "on", "auto"], default="off")
ap.add_argument("--orderbook-filter", choices=["off", "on", "auto"], default="auto")
ap.add_argument("--tick-db", default="", help="1/0/빈칸")
ap.add_argument("--env-timeline", action="store_true")
ap.add_argument("--params-json", default="", help="미사용(예약) — 웹폼 저장 후 DB 반영 권장")