백테스팅 워밍업데이터 적용

This commit is contained in:
Macbook
2026-06-12 01:41:34 +09:00
parent 0d338fffe4
commit 74b0ea4ab6
12 changed files with 335 additions and 52 deletions
+2
View File
@@ -1317,6 +1317,8 @@ export interface BacktestRequest {
symbol?: string;
strategyName?: string;
deviceId?: string;
/** bars 마지막 N봉만 시그널 평가 (앞쪽은 지표 워밍업) */
evaluationBarCount?: number;
}
/** 백테스팅 실행 */