Skip to content

@livefolio/sdk / BarField

Type Alias: BarField

BarField = "open" | "high" | "low" | "close" | "volume"

Defined in: features/series-utils.ts:10

The OHLCV field of a Bar that should be used when converting a bar array into a scalar time series. Defaults to 'close' throughout the feature pipeline unless overridden via FeatureRuntimeOptions.field.

Variants: 'open' | 'high' | 'low' | 'close' | 'volume'.

Released under the MIT License.