Skip to main content
Version: latest

OverlayIndicatorOverridesHollowCandle

Interface

Indexable

[key: string]: StudyOverrideValueType | undefined

Use the properties as follow: hollowCandleStyle.downColor: pink

Properties

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

HollowCandle


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