투자분석 레포트 로직 수정
This commit is contained in:
@@ -1141,6 +1141,8 @@ export interface BacktestSignal {
|
||||
type: 'BUY' | 'SELL' | 'SHORT_ENTRY' | 'SHORT_EXIT' | 'PARTIAL_SELL';
|
||||
price: number;
|
||||
barIndex: number;
|
||||
/** 체결 수량 (코인/주식 단위) */
|
||||
quantity?: number;
|
||||
}
|
||||
|
||||
export interface BacktestStats {
|
||||
|
||||
Reference in New Issue
Block a user