Interface: CandlestickData<HorzScaleItem>
Structure describing a single item of data for candlestick series
Extends
OhlcData<HorzScaleItem>
Type parameters
• HorzScaleItem = Time
Properties
color?
optionalcolor:string
Optional color value for certain data item. If missed, color from options is used
borderColor?
optionalborderColor:string
Optional border color value for certain data item. If missed, color from options is used
wickColor?
optionalwickColor:string
Optional wick color value for certain data item. If missed, color from options is used
time
time:
HorzScaleItem
The bar time.
Inherited from
open
open:
number
The open price.
Inherited from
high
high:
number
The high price.
Inherited from
low
low:
number
The low price.
Inherited from
close
close:
number
The close price.
Inherited from
customValues?
optionalcustomValues:Record<string,unknown>
Additional custom values which will be ignored by the library, but could be used by plugins.