신심리도 추가, 투자심리도 수정
This commit is contained in:
@@ -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' },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user