Skip to content

Documentation / @finchart/indicators / AttachMacdOptions

Interface: AttachMacdOptions

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

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

Extends

Properties

colors?

optional colors?: object

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

histogram?

optional histogram?: string

macd?

optional macd?: string

signal?

optional signal?: string


fast?

optional fast?: number

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

빠른 EMA. 기본 12.

Inherited from

MacdOptions.fast


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:223

어느 pane에 얹나. 생략하면 pane을 새로 만든다 — MACD는 가격과 자릿수가 달라 겹치면 값 축이 무너진다. 크기는 ownPane으로.

Overrides

OwnedPaneOptions.pane


signal?

optional signal?: number

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

signal EMA. 기본 9.

Inherited from

MacdOptions.signal


slow?

optional slow?: number

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

느린 EMA. 기본 26.

Inherited from

MacdOptions.slow


source

source: Source<OHLC>

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