Skip to main content
Version: latest

BollingerBandsBIndicatorOverrides

Interface

Overrides for the 'Bollinger Bands %B' indicator.

Use these properties to customize indicator via IChartWidgetApi.createStudy and IStudyApi.applyOverrides.

Indexable

[key: string]: StudyOverrideValueType

Properties

hlines background.color

Default value: #26A69A

Type

string


hlines background.transparency

Default value: 90

Type

number


hlines background.visible

Default value: true

Type

boolean


lowerlimit.color

Default value: #787B86

Type

string


lowerlimit.linestyle

Default value: 2

Type

number


lowerlimit.linewidth

Default value: 1

Type

number


lowerlimit.value

Default value: 0

Type

number


lowerlimit.visible

Default value: true

Type

boolean


plot.color

Default value: #22AB94

Type

string


plot.display

Default value: 15

Type

number


plot.linestyle

Default value: 0

Type

number


plot.linewidth

Default value: 1

Type

number


plot.plottype

Default value: line

Type

LineStudyPlotStyleName


plot.trackprice

Default value: false

Type

boolean


plot.transparency

Default value: 0

Type

number


upperlimit.color

Default value: #787B86

Type

string


upperlimit.linestyle

Default value: 2

Type

number


upperlimit.linewidth

Default value: 1

Type

number


upperlimit.value

Default value: 1

Type

number


upperlimit.visible

Default value: true

Type

boolean