백테스팅 오류 수정

This commit is contained in:
Macbook
2026-05-23 21:34:27 +09:00
parent 4df8279a31
commit bbe82e510b
2 changed files with 31 additions and 11 deletions
+1
View File
@@ -306,6 +306,7 @@ const TradingChart: React.FC<TradingChartProps> = ({
m.resetPaneHeights(w.clientHeight);
const fb = m.hasIchimoku() ? 28 : 0;
m.setInitialVisibleRange(DISPLAY_COUNT, fb);
if (delay === 1400) onDataLoaded?.();
}, delay)
);
}, [applyPaneLayout, onDataLoaded, displayTimezone, timeframe, market]);