보조지표 관련 수정

This commit is contained in:
Macbook
2026-06-17 13:16:51 +09:00
parent e6753e3ab5
commit 3ed09cd966
4 changed files with 62 additions and 10 deletions
+3 -2
View File
@@ -586,8 +586,9 @@ function normalizeSignalLineIndicatorPlots(
return order.indexOf(a.id) - order.indexOf(b.id);
});
const nextVis = { ...plotVisibility };
nextVis.plot0 = true;
nextVis.plot1 = true;
for (const p of nextPlots) {
if (nextVis[p.id] === undefined) nextVis[p.id] = true;
}
return { plots: nextPlots, plotVisibility: nextVis };
}