UNPKG

@4ex/indicators

Version:

Technical indicators for ohlc charts written in TypeScript

3 lines (2 loc) 154 B
import { PivotEnum } from '../types'; export declare const pivot: (high: number, open: number, low: number, close: number, method?: PivotEnum) => number;