fix(ml): pass SL/TP multipliers to dataset generation — align train/serve

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
21in7
2026-03-21 18:16:50 +09:00
parent 75d1af7fcc
commit 0cc5835b3a
4 changed files with 41 additions and 14 deletions

View File

@@ -743,6 +743,8 @@ class WalkForwardBacktester:
signal_threshold=self.cfg.signal_threshold,
adx_threshold=self.cfg.adx_threshold,
volume_multiplier=self.cfg.volume_multiplier,
atr_sl_mult=self.cfg.atr_sl_mult,
atr_tp_mult=self.cfg.atr_tp_mult,
)
except Exception as e:
logger.warning(f" [{symbol}] 데이터셋 생성 실패: {e}")