수정3
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user