단순이동평균선 이름 표시방식 변경
This commit is contained in:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user