UNPKG

pricehistory

Version:

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

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