분석레포트 로직 수정
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user