Skip to main content
Version: latest

ChaikinOscillatorIndicatorOverrides

Interface

Overrides for the 'Chaikin Oscillator' indicator.

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

Indexable

[key: string]: StudyOverrideValueType

Properties

plot.color

Default value: #EC407A

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


zero.color

Default value: #787B86

Type

string


zero.linestyle

Default value: 2

Type

number


zero.linewidth

Default value: 1

Type

number


zero.value

Default value: 0

Type

number


zero.visible

Default value: true

Type

boolean