UNPKG

pricehistory

Version:

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

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