전략평가 수정
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user