전략평가 화면 수정
This commit is contained in:
@@ -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,
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user