UNPKG

@showr/indicators

Version:

Technical indicators for Trading made with Showr

9 lines (8 loc) 260 B
import { Indicator } from '@showr/core'; interface IIndicatorParamsMACD { attribute?: string; } export declare class MACD<T> extends Indicator<IIndicatorParamsMACD, T> { constructor(name: string | undefined, params: IIndicatorParamsMACD); } export {};