UNPKG

pricehistory

Version:

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

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