This commit is contained in:
Macbook
2026-06-09 23:03:41 +09:00
parent d841e57670
commit 490db298b6
3 changed files with 120 additions and 75 deletions
@@ -84,8 +84,8 @@ const TradeSignalMiniChart: React.FC<Props> = ({
[baseIndicators],
);
/** OBV 누적값 — Upbit REST 직접 (STOMP 백엔드 volume=0 이면 본선 미표시) */
const chartRealtimeSource: ChartRealtimeSource = needsDeepObv ? 'UPBIT_DIRECT' : appChartSource;
/** 메인 차트와 동일 소스 — STOMP(+ volume 없으면 Upbit 폴백). deepObvHistory 로 장기 봉 확보 */
const chartRealtimeSource: ChartRealtimeSource = appChartSource;
const {
indicators: chartIndicators,