Skip to main content
Version: latest

OverlayIndicatorOverridesCandle

Interface

Indexable

[key: string]: StudyOverrideValueType | undefined

Use the properties as follow: candleStyle.downColor: pink

Properties

barColorsOnPrevClose

Optional

Bar color determined by previous close value

Type

boolean


borderColor

Optional

Candle border color

Type

string


borderDownColor

Optional

Down candle border color

Type

string


borderUpColor

Optional

Up candle border color

Type

string


downColor

Optional

Body color for a down candle

Type

string


drawBody

Optional

Whether to draw the candle body

Type

boolean


drawBorder

Optional

Whether to draw the candle body border

Type

boolean


drawWick

Optional

Whether to draw the candle wick

Type

boolean


style

Type

Candle


upColor

Optional

Body color for an up candle

Type

string


wickColor

Optional

Candle wick color

Type

string


wickDownColor

Optional

Down candle wick color

Type

string


wickUpColor

Optional

Up candle wick color

Type

string