Skip to content

Documentation / @finchart/indicators / AttachVwapOptions

Interface: AttachVwapOptions

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

Extends

Properties

anchor?

optional anchor?: (point, index) => boolean

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

참인 봉에서 누적을 리셋한다 — 세션 경계는 소비자의 지식이다. 리셋은 volume 부재로 인한 끊김도 지운다: 새 누적은 그 봉에 의존하지 않는다.

Parameters

point

OHLC

index

number

Returns

boolean

Inherited from

VwapOptions.anchor


color?

optional color?: string

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


source

source: Source<OHLC>

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