Preparing search index...
The search index is not available
trading-signals
trading-signals
Period
Class Period
Hierarchy (
View Summary
)
TechnicalIndicator
<
PeriodResult
,
BigSource
>
Period
Index
Constructors
constructor
Properties
interval
Accessors
highest
is
Stable
lowest
Methods
add
get
Result
get
Result
Or
Throw
replace
update
updates
Constructors
constructor
new
Period
(
interval
:
number
)
:
Period
Parameters
interval
:
number
Returns
Period
Properties
Readonly
interval
interval
:
number
Accessors
highest
get
highest
()
:
undefined
|
Big
Returns
undefined
|
Big
is
Stable
get
isStable
()
:
boolean
Returns
boolean
lowest
get
lowest
()
:
undefined
|
Big
Returns
undefined
|
Big
Methods
add
add
(
input
:
BigSource
)
:
null
|
PeriodResult
Parameters
input
:
BigSource
Returns
null
|
PeriodResult
get
Result
getResult
()
:
null
|
PeriodResult
Returns
null
|
PeriodResult
get
Result
Or
Throw
getResultOrThrow
()
:
PeriodResult
Returns
PeriodResult
replace
replace
(
input
:
BigSource
)
:
null
|
PeriodResult
Parameters
input
:
BigSource
Returns
null
|
PeriodResult
update
update
(
value
:
BigSource
,
replace
:
boolean
)
:
null
|
{
highest
:
Big
;
lowest
:
Big
}
Parameters
value
:
BigSource
replace
:
boolean
Returns
null
|
{
highest
:
Big
;
lowest
:
Big
}
updates
updates
(
inputs
:
readonly
BigSource
[]
,
replace
?:
boolean
,
)
:
(
null
|
PeriodResult
)
[]
Parameters
inputs
:
readonly
BigSource
[]
replace
:
boolean
= false
Returns (
null
|
PeriodResult
)
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
interval
Accessors
highest
is
Stable
lowest
Methods
add
get
Result
get
Result
Or
Throw
replace
update
updates
trading-signals
Loading...