Preparing search index...
The search index is not available
trading-signals
trading-signals
FasterAccelerationBands
Class FasterAccelerationBands
Hierarchy (
View Summary
)
TechnicalIndicator
<
FasterBandsResult
,
HighLowCloseNumber
>
FasterAccelerationBands
Index
Constructors
constructor
Properties
interval
width
Accessors
is
Stable
Methods
add
get
Result
get
Result
Or
Throw
replace
update
updates
Constructors
constructor
new
FasterAccelerationBands
(
interval
:
number
,
width
:
number
,
SmoothingIndicator
?:
FasterMovingAverageTypes
,
)
:
FasterAccelerationBands
Parameters
interval
:
number
width
:
number
SmoothingIndicator
:
FasterMovingAverageTypes
= FasterSMA
Returns
FasterAccelerationBands
Properties
Readonly
interval
interval
:
number
Readonly
width
width
:
number
Accessors
is
Stable
get
isStable
()
:
boolean
Returns
boolean
Methods
add
add
(
input
:
HighLowCloseNumber
)
:
null
|
FasterBandsResult
Parameters
input
:
HighLowCloseNumber
Returns
null
|
FasterBandsResult
get
Result
getResult
()
:
null
|
FasterBandsResult
Returns
null
|
FasterBandsResult
get
Result
Or
Throw
getResultOrThrow
()
:
FasterBandsResult
Returns
FasterBandsResult
replace
replace
(
input
:
HighLowCloseNumber
)
:
null
|
FasterBandsResult
Parameters
input
:
HighLowCloseNumber
Returns
null
|
FasterBandsResult
update
update
(
__namedParameters
:
HighLowCloseNumber
,
replace
:
boolean
,
)
:
null
|
{
lower
:
number
;
middle
:
number
;
upper
:
number
}
Parameters
__namedParameters
:
HighLowCloseNumber
replace
:
boolean
Returns
null
|
{
lower
:
number
;
middle
:
number
;
upper
:
number
}
updates
updates
(
inputs
:
readonly
HighLowCloseNumber
[]
,
replace
?:
boolean
,
)
:
(
null
|
FasterBandsResult
)
[]
Parameters
inputs
:
readonly
HighLowCloseNumber
[]
replace
:
boolean
= false
Returns (
null
|
FasterBandsResult
)
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
interval
width
Accessors
is
Stable
Methods
add
get
Result
get
Result
Or
Throw
replace
update
updates
trading-signals
Loading...