투자분석 레포트 로직 수정

This commit is contained in:
Macbook
2026-06-08 09:10:17 +09:00
parent bb3c14bd59
commit d4f0105b5a
7 changed files with 367 additions and 101 deletions
+2
View File
@@ -991,6 +991,8 @@ export interface BacktestSignal {
type: 'BUY' | 'SELL' | 'SHORT_ENTRY' | 'SHORT_EXIT' | 'PARTIAL_SELL';
price: number;
barIndex: number;
/** 체결 수량 (코인/주식 단위) */
quantity?: number;
}
export interface BacktestStats {