UNPKG

trading-signals

Version:

Technical indicators to run technical analysis with JavaScript / TypeScript.

2 lines (1 loc) 85 B
export declare function getQuartile(values: number[], q: 0.25 | 0.5 | 0.75): number;