UNPKG

stock-indicator

Version:

Stock Indicator Library

6 lines (5 loc) 180 B
import { TMixed } from "../common"; export declare function EMV(HIGH: number[], LOW: number[], VOL: number[], N?: number, M?: number): { EMV: TMixed[]; MAEMV: TMixed[]; };