Skip to content

Documentation / @finchart/indicators / AttachSuperTrendOptions

Interface: AttachSuperTrendOptions

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

Extends

Properties

colors?

optional colors?: object

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

down?

optional down?: string

up?

optional up?: string


multiplier?

optional multiplier?: number

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

ATR 배수. 기본 3.

Inherited from

SuperTrendOptions.multiplier


period?

optional period?: number

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

ATR 창. 기본 10.

Inherited from

SuperTrendOptions.period


source

source: Source<OHLC>

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