UNPKG

stock-indicator

Version:

Stock Indicator Library

7 lines (6 loc) 192 B
import { TMixed } from "../common"; export declare function VR(CLOSE: number[], VOL: number[], N?: number, M?: number): { VR: TMixed[]; MAVR: TMixed[]; [key: string]: TMixed[]; };