@tradingaction/indicators
Version:
Indicators for react-financial-charts
13 lines (12 loc) • 396 B
TypeScript
export default function (): {
(rawData: any[]): any[];
options(newOptions?: any): {
reversalType: string;
windowSize: number;
fixedBrickSize: number;
sourcePath: string;
percentage: number;
} | any;
dateMutator(newDateMutator?: any): ((d: any, date: any) => void) | any;
dateAccessor(newDateAccessor?: any): ((d: any) => any) | any;
};