UNPKG

pricehistory

Version:

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

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