UNPKG

trading-signals

Version:

Technical indicators to run technical analysis with JavaScript / TypeScript.

8 lines (7 loc) 254 B
import { IndicatorSeries } from '../../base/Indicator.js'; export declare class RVOL extends IndicatorSeries { #private; constructor(period: number); getRequiredInputs(): number; update(volume: number, replace: boolean): number | null; }