Skip to content

Documentation / @finchart/indicators / RenkoBrick

Interface: RenkoBrick

Defined in: indicators/src/renko.ts:22

데이터 레이어의 계약.

이 모듈은 "점(point)이 무엇인가"와 "점에서 숫자를 어떻게 꺼내는가"만 안다. 스케일·렌더러·차트를 import 하지 않는다.

Extends

Properties

close

close: number

Defined in: core/dist/data/types.d.ts:33

Inherited from

OHLC.close


closedAt

closedAt: number

Defined in: indicators/src/renko.ts:26

이 브릭을 완성시킨 원본 봉의 x. 축 표기가 시간을 되찾는 열쇠다.


high

high: number

Defined in: core/dist/data/types.d.ts:31

Inherited from

OHLC.high


label?

optional label?: string

Defined in: core/dist/data/types.d.ts:15

Inherited from

OHLC.label


low

low: number

Defined in: core/dist/data/types.d.ts:32

Inherited from

OHLC.low


open

open: number

Defined in: core/dist/data/types.d.ts:30

Inherited from

OHLC.open


volume?

optional volume?: number

Defined in: core/dist/data/types.d.ts:34

Inherited from

OHLC.volume


x

x: number

Defined in: indicators/src/renko.ts:24

브릭 서수 — 이것이 차트의 x다.

Overrides

OHLC.x