전략평가 수정

This commit is contained in:
Macbook
2026-06-12 14:59:23 +09:00
parent c562a4eab2
commit 7579ed9de4
7 changed files with 338 additions and 5 deletions
@@ -33,6 +33,10 @@ export interface VirtualIndicatorSnapshot {
updatedAt: number;
/** 백엔드 Ta4j 집계 일치율 (0~100) */
matchRate?: number;
/** 매수 DSL 전체 Rule 충족 (AND/OR 반영) */
overallEntryMet?: boolean | null;
/** 매도 DSL 전체 Rule 충족 (AND/OR 반영) */
overallExitMet?: boolean | null;
}
export interface VirtualIndicatorSnapshotsState {