Skip to content

API Reference


API Reference / OhlcBar

Interface: OhlcBar

Defined in: src/ta/indicators.ts:9

Technical indicators.

Every series function returns an array the same length as its input, with null in the leading positions where there is not yet enough data. Callers can therefore index indicator output by bar without re-aligning it.

Extended by

Properties

open?

optional open?: number

Defined in: src/ta/indicators.ts:10


high

high: number

Defined in: src/ta/indicators.ts:11


low

low: number

Defined in: src/ta/indicators.ts:12


close

close: number

Defined in: src/ta/indicators.ts:13


volume?

optional volume?: number

Defined in: src/ta/indicators.ts:14

Community project — not affiliated with Dhan. MIT License.