보조지표 툴바추가
This commit is contained in:
@@ -478,8 +478,20 @@ export interface AppSettingsDto {
|
||||
chartLiveReceiveHighlight?: boolean;
|
||||
/** 차트 상단 범례(tv-legend) 항목별 표시 옵션 */
|
||||
chartLegendOptions?: Record<string, boolean> | null;
|
||||
/** 차트 pane(캔들·거래량·보조지표) 구분선 */
|
||||
/** 차트 pane 구분선 — mainToIndicator / indicatorToIndicator */
|
||||
chartPaneSeparator?: {
|
||||
mainToIndicator?: {
|
||||
visible?: boolean;
|
||||
color?: string;
|
||||
width?: number;
|
||||
lineStyle?: string;
|
||||
};
|
||||
indicatorToIndicator?: {
|
||||
visible?: boolean;
|
||||
color?: string;
|
||||
width?: number;
|
||||
lineStyle?: string;
|
||||
};
|
||||
visible?: boolean;
|
||||
color?: string;
|
||||
width?: number;
|
||||
|
||||
Reference in New Issue
Block a user