전략평가 화면 수정

This commit is contained in:
Macbook
2026-06-12 15:32:00 +09:00
parent 8aae8489ae
commit b560b9de5c
10 changed files with 413 additions and 13 deletions
@@ -222,6 +222,8 @@ export default function StrategyEvaluationPage({ theme = 'dark' }: Props) {
selectedStrategy,
selectedBarTimeSec,
appliedIndicatorParams,
bars,
chartTimeframe,
);
if (session !== evalSessionRef.current) return;
setSnapshot(snap ?? undefined);
@@ -240,7 +242,9 @@ export default function StrategyEvaluationPage({ theme = 'dark' }: Props) {
selectedStrategyId,
selectedStrategy,
selectedBarTimeSec,
bars.length,
selectedBarIndex,
bars,
chartTimeframe,
appliedIndicatorParams,
]);