KagiSegment
Documentation / @elitechart/core / KagiSegment
Defined in: series/kagi.ts:67
One Kagi segment. Extends Bar so the existing painter pipeline (legend, last-price pill) consumes it unchanged.
Example
Extends
Properties
close
Defined in: data/types.ts:33
Inherited from
direction
Defined in: series/kagi.ts:69
Direction of this segment: up = close > open; down = close < open.
high
Defined in: data/types.ts:31
Inherited from
low
Defined in: data/types.ts:32
Inherited from
open
Defined in: data/types.ts:30
Inherited from
thickness
Defined in: series/kagi.ts:71
yang = thick, yin = thin. See module docblock for the latch rule.
time
Defined in: data/types.ts:29
Inherited from
volume
Defined in: data/types.ts:34