Interface: DonchianChannelsIndicatorOverrides
Charting Library.DonchianChannelsIndicatorOverrides
Overrides for the 'Donchian Channels' indicator.
Use these properties to customize indicator via IChartWidgetApi.createStudy and IStudyApi.applyOverrides.
Indexable
▪ [key: string
]: StudyOverrideValueType
Properties
basis.color
• basis.color: string
Default value: #FF6D00
basis.display
• basis.display: number
Default value: 15
basis.linestyle
• basis.linestyle: number
Default value: 0
basis.linewidth
• basis.linewidth: number
Default value: 1
basis.plottype
• basis.plottype: LineStudyPlotStyleName
Default value: line
basis.trackprice
• basis.trackprice: boolean
Default value: false
basis.transparency
• basis.transparency: number
Default value: 0
lower.color
• lower.color: string
Default value: #2196F3
lower.display
• lower.display: number
Default value: 15
lower.linestyle
• lower.linestyle: number
Default value: 0
lower.linewidth
• lower.linewidth: number
Default value: 1
lower.plottype
• lower.plottype: LineStudyPlotStyleName
Default value: line
lower.trackprice
• lower.trackprice: boolean
Default value: false
lower.transparency
• lower.transparency: number
Default value: 0
plots background.color
• plots background.color: string
Default value: #2196F3
plots background.transparency
• plots background.transparency: number
Default value: 95
plots background.visible
• plots background.visible: boolean
Default value: true
upper.color
• upper.color: string
Default value: #2196F3
upper.display
• upper.display: number
Default value: 15
upper.linestyle
• upper.linestyle: number
Default value: 0
upper.linewidth
• upper.linewidth: number
Default value: 1
upper.plottype
• upper.plottype: LineStudyPlotStyleName
Default value: line
upper.trackprice
• upper.trackprice: boolean
Default value: false
upper.transparency
• upper.transparency: number
Default value: 0