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

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 const INDICATOR_PLOT_PARAMS: Record<string, Record<string, string[]>> = {
UltimateOscillator: { plot0: ['length1', 'length2', 'length3'] },
ConnorsRSI: { plot0: ['rsiLength', 'upDownLength', 'rocLength'] },
Psychological: { plot0: ['length'] },
NewPsychological: { plot0: ['length'] },
InvestPsychological: { plot0: ['length'] },
Disparity: {
plot0: ['ultraLength'],