UNPKG

@4ex/indicators

Version:

Technical indicators for ohlc charts written in TypeScript

4 lines (3 loc) 204 B
import { OHLC, OHLCEnum } from '../types'; export declare const ohlcToArray: (source: OHLCEnum, series: OHLC[]) => number[]; export declare const ohlcToNumber: (source: OHLCEnum, candle: OHLC) => number;