단순이동평균선 이름 표시방식 변경

This commit is contained in:
Macbook
2026-06-13 01:36:03 +09:00
parent 207374a08e
commit beeebed8f4
13 changed files with 106 additions and 51 deletions
@@ -826,6 +826,7 @@ function ChartWorkspaceViewInner(props: ChartWorkspaceViewProps) {
selection={customOverlaySelection}
onSave={sel => handleSaveCustomOverlaySelection('custom', sel)}
onCancel={() => setCustomOverlaySettingsSlot(null)}
smaParams={indicators.find(i => i.type === 'SMA')?.params}
/>
)}
{customOverlaySettingsSlot === 'custom1' && (
@@ -834,6 +835,7 @@ function ChartWorkspaceViewInner(props: ChartWorkspaceViewProps) {
selection={custom1OverlaySelection}
onSave={sel => handleSaveCustomOverlaySelection('custom1', sel)}
onCancel={() => setCustomOverlaySettingsSlot(null)}
smaParams={indicators.find(i => i.type === 'SMA')?.params}
/>
)}
{isSingleLoadingMore && (