Documentation / @finchart/indicators / AttachMovingAverageOptions
Interface: AttachMovingAverageOptions
Defined in: indicators/src/plugins.ts:180
Extends
Properties
color?
optionalcolor?:string
Defined in: indicators/src/plugins.ts:182
period
period:
number
Defined in: indicators/src/factories.ts:55
Inherited from
source
Defined in: indicators/src/plugins.ts:181
type?
optionaltype?:"sma"|"ema"
Defined in: indicators/src/factories.ts:57
평균의 종류. 기본은 단순(sma) — 지수는 "ema".