stochastic slow 중앙선 안나오는 문제 수정

This commit is contained in:
Macbook
2026-05-24 22:24:18 +09:00
parent 3c66c562d8
commit ca249ad318
5 changed files with 55 additions and 13 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export const MAIN_INDICATOR_TYPES: readonly string[] = [
/** Main 탭 전용 표시 라벨 (업비트 주요 지표 명칭) */
export const MAIN_INDICATOR_LABELS: Record<string, { ko: string; en: string }> = {
RSI: { ko: 'RSI (상대강도지수)', en: 'Relative Strength Index' },
Stochastic: { ko: 'Stochastic Oscillator', en: 'Stochastic Oscillator' },
Stochastic: { ko: 'Stochastic Slow', en: 'Stochastic Slow' },
BollingerBands: { ko: '볼린저밴드', en: 'Bollinger Bands' },
IchimokuCloud: { ko: '일목균형표', en: 'Ichimoku Cloud' },
ADX: { ko: 'ADX (평균방향성지수)', en: 'Average Directional Index' },