UNPKG

pricehistory

Version:

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

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