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

@@ -16,6 +16,7 @@ logger = logging.getLogger("kis_trader.orderbook_sell")
_URGENT_SELL_TOKENS = (
"손절", "손실컷", "금액손실", "stop_loss", "stop loss",
"손절호가", # 손실구간 호가매도 (손절 부분문자와도 매칭되나 명시)
"장마감", "eod", "emergency", "긴급",
)