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

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 -2
View File
@@ -7,8 +7,8 @@ import { MAIN_INDICATOR_TYPES, MAIN_INDICATOR_LABELS, isMainIndicatorType } from
const MAIN_SET = new Set<string>(MAIN_INDICATOR_TYPES);
/** 설정 UI에서 제외 (Psychological 과 동일) */
const EXCLUDED_TYPES = new Set(['NewPsychological']);
/** 설정 UI에서 제외할 타입 없음 */
const EXCLUDED_TYPES = new Set<string>();
/** Main 탭 지표 + 그 외 모든 보조지표 type (순서 고정, Main 항목은 하단 registry 에서 제외) */
export function getSettingsIndicatorTypes(): string[] {