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