UNPKG

pricehistory

Version:

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

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