Skip to content

Documentation / @finchart/indicators / AttachMovingAverageOptions

Interface: AttachMovingAverageOptions

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

Extends

Properties

color?

optional color?: string

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


period

period: number

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

Inherited from

MovingAverageOptions.period


source

source: Source<OHLC>

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


type?

optional type?: "sma" | "ema"

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

평균의 종류. 기본은 단순(sma) — 지수는 "ema".

Inherited from

MovingAverageOptions.type