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?
optionalopen?: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?
optionalvolume?:number
Defined in: src/ta/indicators.ts:14