Skip to content

Documentation / @finchart/indicators / stochastic

Function: stochastic()

stochastic(source, options?): Stochastic

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

Stochastic — 종가가 창의 고저 범위 어디쯤인지. 0~100. atr처럼 고·저·종을 함께 쓰므로 value 오버로드가 없다. 창 고저가 같으면(분모 0) null (ADR-0020) — 0도 100도 아니다.

Parameters

source

Source<OHLC>

options?

StochasticOptions = {}

Returns

Stochastic