Skip to main content
Version: latest

ConnorsRSIIndicatorOverrides

Interface

Overrides for the 'Connors RSI' indicator.

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

Indexable

[key: string]: StudyOverrideValueType

Properties

crsi.color

Default value: #2196F3

Type

string


crsi.display

Default value: 15

Type

number


crsi.linestyle

Default value: 0

Type

number


crsi.linewidth

Default value: 1

Type

number


crsi.plottype

Default value: line

Type

LineStudyPlotStyleName


crsi.trackprice

Default value: false

Type

boolean


crsi.transparency

Default value: 0

Type

number


hlines background.color

Default value: #2196F3

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: 30

Type

number


lowerlimit.visible

Default value: true

Type

boolean


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: 70

Type

number


upperlimit.visible

Default value: true

Type

boolean