UNPKG

pricehistory

Version:

Transforms raw OHLCV series data into enriched candles with technical indicators, pattern recognition, and trend analysis.

4 lines 266 B
import { type NormalizedOption, type Candle, type Context } from "./interfaces.js"; declare function setCandleVwap(opt: NormalizedOption, candle: Candle, ctx: Context, period?: number): void; export default setCandleVwap; //# sourceMappingURL=candle.setVwap.d.ts.map