신심리도 추가, 투자심리도 수정

This commit is contained in:
Macbook
2026-05-29 23:03:47 +09:00
parent 320675ea6b
commit 359e6c9653
19 changed files with 226 additions and 74 deletions
+2
View File
@@ -30,6 +30,7 @@ export const MAIN_INDICATOR_TYPES: readonly string[] = [
'VR',
'Disparity',
'Psychological',
'NewPsychological',
'InvestPsychological',
'SMA',
] as const;
@@ -51,6 +52,7 @@ export const MAIN_INDICATOR_LABELS: Record<string, { ko: string; en: string }> =
VR: { ko: 'VR (거래량비율)', en: 'Volume Ratio' },
Disparity: { ko: '이격도', en: 'Disparity' },
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' },
};