Skip to content

Documentation / @finchart/indicators / AttachAtrOptions

Interface: AttachAtrOptions

Defined in: indicators/src/plugins.ts:402

own pane을 만들 수 있는 지표가 공유하는 옵션. paneownPane을 같이 주면 던진다 — 빌린 pane엔 크기를 적용할 데가 없어 조용히 무시하면 원인을 찾기 어렵다.

Extends

Properties

color?

optional color?: string

Defined in: indicators/src/plugins.ts:409


ownPane?

optional ownPane?: object

Defined in: indicators/src/plugins.ts:147

새로 만들 own pane의 크기. 생략하면 OWNED_PANE_LAYOUT(flex 0.35 · minHeight 60). pane을 줬으면 의미 없다 — 같이 주면 ContractError.

flex?

optional flex?: number

minHeight?

optional minHeight?: number

Inherited from

OwnedPaneOptions.ownPane


pane?

optional pane?: SeriesHost

Defined in: indicators/src/plugins.ts:408

생략하면 pane을 새로 만든다 — ATR은 변동폭이라 가격과 자릿수가 다르다. 오실레이터가 아니므로 축은 autoScale 그대로다. 크기는 ownPane으로.

Overrides

OwnedPaneOptions.pane


period?

optional period?: number

Defined in: indicators/src/factories.ts:432

기본 14.

Inherited from

AtrOptions.period


source

source: Source<OHLC>

Defined in: indicators/src/plugins.ts:403