단순이동평균선 이름 표시방식 변경

This commit is contained in:
Macbook
2026-06-13 01:36:03 +09:00
parent 207374a08e
commit beeebed8f4
13 changed files with 106 additions and 51 deletions
+1
View File
@@ -231,6 +231,7 @@ export function getParamLabel(key: string, indicatorType?: string): string {
}
export function getPlotLabel(title: string): string {
if (/^MA\d+일$/.test(title) || /^EMA\d+일$/.test(title)) return title;
const pair = PLOT_LABELS[title];
if (pair) return bilingual(pair);
return bilingual({ ko: title, en: title });