UNPKG

trading-signals

Version:

Technical indicators to run technical analysis with JavaScript / TypeScript.

6 lines (5 loc) 89 B
export type BandsResult = { lower: number; middle: number; upper: number; };