일목균형표 수정
This commit is contained in:
@@ -392,6 +392,13 @@ export interface AppSettingsDto {
|
||||
chartLiveReceiveHighlight?: boolean;
|
||||
/** 차트 상단 범례(tv-legend) 항목별 표시 옵션 */
|
||||
chartLegendOptions?: Record<string, boolean> | null;
|
||||
/** 차트 pane(캔들·거래량·보조지표) 구분선 */
|
||||
chartPaneSeparator?: {
|
||||
visible?: boolean;
|
||||
color?: string;
|
||||
width?: number;
|
||||
lineStyle?: string;
|
||||
} | null;
|
||||
/** 매매 시그널 발생 시 알림 팝업 표시 여부 (기본 true) */
|
||||
tradeAlertPopup?: boolean;
|
||||
/** 매매 시그널 알림 사운드 ON/OFF */
|
||||
|
||||
Reference in New Issue
Block a user