UNPKG

trading-signals

Version:

Technical indicators to run technical analysis with JavaScript / TypeScript.

5 lines (4 loc) 84 B
export type SignalThresholds = { overbought?: number; oversold?: number; };