Interface: CandlestickData
Structure describing a single item of data for candlestick series
Hierarchy
↳
CandlestickData
Properties
color
• Optional
color: string
Optional color value for certain data item. If missed, color from options is used
borderColor
• Optional
borderColor: string
Optional border color value for certain data item. If missed, color from options is used
wickColor
• Optional
wickColor: string
Optional wick color value for certain data item. If missed, color from options is used
time
• time: Time
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.