전략편집기 복합지표 기능 반영

This commit is contained in:
Macbook
2026-05-25 01:34:52 +09:00
parent ca249ad318
commit 20dd257c29
21 changed files with 1781 additions and 183 deletions
+1 -1
View File
@@ -1499,7 +1499,7 @@ function App() {
)}
{menuPage === 'strategy-editor' && (
<StrategyEditorPage theme={theme} activeIndicators={indicators} />
<StrategyEditorPage theme={theme} />
)}
{/* ── 백테스팅 이력 화면 ─────────────────────────────────────────── */}