UNPKG

pricehistory

Version:

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

4 lines 288 B
import { type NormalizedOption, type DataPoint, type Candle, type Context } from "./interfaces.js"; declare function setCandleVolume(opt: NormalizedOption, curr: DataPoint, candle: Candle, ctx: Context): void; export default setCandleVolume; //# sourceMappingURL=candle.setVolume.d.ts.map