UNPKG
@react-stockcharts3/indicators
Version:
latest (1.3.2)
1.3.2
1.2.10
1.2.9
1.2.8
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.1.1
Indicators for react-stockcharts3
fernesrou/react-stockcharts3
@react-stockcharts3/indicators
/
lib
/
calculator
/
smoothedForceIndex.d.ts
14 lines
(13 loc)
•
322 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
default
function
(
): { (
data
:
any
[]): {
force
:
unknown
;
smoothed
:
unknown
; }[];
undefinedLength
():
number
;
options
(
newOptions
?:
any
): {
sourcePath
:
string
;
volumePath
:
string
;
smoothingType
:
string
;
smoothingWindow
:
number
; } |
/*elided*/
any
; };