UNPKG

candlestick-convert

Version:

OHLCV Candlestick converter and batcher with Typescript support

3 lines (2 loc) 147 B
import { TradeTick, IOHLCV } from "../interfaces"; export declare const ticksToTickChart: (tradeData: TradeTick[], tickSize?: number) => IOHLCV[];