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

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
@@ -36,6 +36,7 @@ export function formatIndicatorPeriodLabel(indicator: string, def: DefType): str
case 'DISPARITY':
return `${def.dispUltra}/${def.dispShort}/${def.dispMid}/${def.dispLong}`;
case 'PSYCHOLOGICAL':
return String(def.psyPeriod);
case 'NEW_PSYCHOLOGICAL':
return String(def.newPsy);
case 'INVEST_PSYCHOLOGICAL':
@@ -88,6 +89,7 @@ export function getIndicatorPrimaryPeriod(indicator: string, def: DefType): numb
case 'DISPARITY':
return def.dispShort;
case 'PSYCHOLOGICAL':
return def.psyPeriod;
case 'NEW_PSYCHOLOGICAL':
return def.newPsy;
case 'INVEST_PSYCHOLOGICAL':