OverlayIndicatorOverridesHollowCandle
Interface
Indexable
▪ [key: string
]: StudyOverrideValueType
| undefined
Use the properties as follow: hollowCandleStyle.downColor
: pink
Properties
borderColor
OptionalCandle border color
Type
string
borderDownColor
OptionalDown candle border color
Type
string
borderUpColor
OptionalUp candle border color
Type
string
downColor
OptionalBody color for a down candle
Type
string
drawBody
OptionalWhether to draw the candle body
Type
boolean
drawBorder
OptionalWhether to draw the candle body border
Type
boolean
drawWick
OptionalWhether to draw the candle wick
Type
boolean
style
Type
upColor
OptionalBody color for an up candle
Type
string
wickColor
OptionalCandle wick color
Type
string
wickDownColor
OptionalDown candle wick color
Type
string
wickUpColor
OptionalUp candle wick color
Type
string