단순이동평균선 이름 표시방식 변경
This commit is contained in:
@@ -54,7 +54,7 @@ export const MAIN_INDICATOR_LABELS: Record<string, { ko: string; en: string }> =
|
||||
Psychological: { ko: '심리도', en: 'Psychological Line' },
|
||||
NewPsychological: { ko: '신심리도', en: 'New Psychological Line' },
|
||||
InvestPsychological: { ko: '투자심리도', en: 'Invest Psychological Line' },
|
||||
SMA: { ko: '단순 이동평균 (MA1~MA11)', en: 'Simple Moving Average' },
|
||||
SMA: { ko: '단순 이동평균', en: 'Simple Moving Average' },
|
||||
};
|
||||
|
||||
export function isMainIndicatorType(type: string): boolean {
|
||||
|
||||
Reference in New Issue
Block a user