분석레포트 로직 수정

This commit is contained in:
Macbook
2026-06-08 10:08:39 +09:00
parent e11e1a46fa
commit c20c806c19
22 changed files with 254 additions and 108 deletions
+4
View File
@@ -702,6 +702,9 @@ export interface PaperTradeDto {
orderKind: string;
source: string;
strategyId?: number | null;
candleType?: string | null;
strategyName?: string | null;
executionType?: string | null;
price: number;
quantity: number;
grossAmount: number;
@@ -1208,6 +1211,7 @@ export interface BacktestResultRecord {
fromTime: number;
toTime: number;
settingsJson: string;
executionSnapshotJson?: string;
signalsJson: string;
analysisJson: string;
totalReturn: number;