UNPKG

trading-signals

Version:

Technical indicators to run technical analysis with JavaScript / TypeScript.

7 lines (6 loc) 215 B
import { MovingAverage } from '../MA/MovingAverage.js'; export declare class KAMA extends MovingAverage { #private; getRequiredInputs(): number; update(price: number, replace: boolean): number | null; }