UNPKG

pricehistory

Version:

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

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