Skip to main content

Interface: OverlayIndicatorOverridesBar

Charting Library.OverlayIndicatorOverridesBar

Hierarchy

Indexable

▪ [key: string]: StudyOverrideValueType | undefined

Use the properties as follow: barStyle.downColor: pink

Properties

barColorsOnPrevClose

Optional barColorsOnPrevClose: boolean

Bar color determined by previous close value

Inherited from

Partial.barColorsOnPrevClose


dontDrawOpen

Optional dontDrawOpen: boolean

Whether to draw opening value for bar

Inherited from

Partial.dontDrawOpen


downColor

Optional downColor: string

Down bar color

Inherited from

Partial.downColor


style

style: Bar


thinBars

Optional thinBars: boolean

Draw thin bars. Default - true

Inherited from

Partial.thinBars


upColor

Optional upColor: string

Up bar color

Inherited from

Partial.upColor