Skip to main content

Interface: OverlayIndicatorOverridesHollowCandle

Charting Library.OverlayIndicatorOverridesHollowCandle

Hierarchy

Indexable

▪ [key: string]: StudyOverrideValueType | undefined

Use the properties as follow: hollowCandleStyle.downColor: pink

Properties

borderColor

Optional

borderColor: string

Candle border color

Inherited from

Partial.borderColor


borderDownColor

Optional

borderDownColor: string

Down candle border color

Inherited from

Partial.borderDownColor


borderUpColor

Optional

borderUpColor: string

Up candle border color

Inherited from

Partial.borderUpColor


downColor

Optional

downColor: string

Body color for a down candle

Inherited from

Partial.downColor


drawBody

Optional

drawBody: boolean

Whether to draw the candle body

Inherited from

Partial.drawBody


drawBorder

Optional

drawBorder: boolean

Whether to draw the candle body border

Inherited from

Partial.drawBorder


drawWick

Optional

drawWick: boolean

Whether to draw the candle wick

Inherited from

Partial.drawWick


style


upColor

Optional

upColor: string

Body color for an up candle

Inherited from

Partial.upColor


wickColor

Optional

wickColor: string

Candle wick color

Inherited from

Partial.wickColor


wickDownColor

Optional

wickDownColor: string

Down candle wick color

Inherited from

Partial.wickDownColor


wickUpColor

Optional

wickUpColor: string

Up candle wick color

Inherited from

Partial.wickUpColor