백테스팅 수정

This commit is contained in:
Macbook
2026-06-12 00:00:06 +09:00
parent eb6cf894da
commit d5338274d4
10 changed files with 151 additions and 72 deletions
+3
View File
@@ -1209,6 +1209,9 @@ export interface BacktestResponse {
stats: BacktestStats;
analysis?: BacktestAnalysis;
resultId?: number;
/** 실행에 사용된 시간봉 */
timeframe?: string;
symbol?: string;
}
/** DB 저장 이력 레코드 */