stochastic slow 중앙선 안나오는 문제 수정
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user