Preparing search index...
The search index is not available
trading-signals
trading-signals
Indicator
Interface Indicator<Result, Input>
interface
Indicator
<
Result
,
Input
>
{
isStable
:
boolean
;
getResult
(
)
:
Result
;
update
(
input
)
:
void
|
Result
;
}
Type Parameters
Result
=
Big
Input
=
BigSource
Hierarchy (
view full
)
Indicator
IndicatorSeries
Implemented by
AccelerationBands
BollingerBands
DMA
FasterAccelerationBands
FasterBollingerBands
FasterDMA
FasterMACD
FasterPeriod
FasterStochasticOscillator
MACD
Period
StochasticOscillator
Index
Properties
is
Stable
Methods
get
Result
update
Properties
is
Stable
is
Stable
:
boolean
Methods
get
Result
get
Result
(
)
:
Result
Returns
Result
update
update
(
input
)
:
void
|
Result
Parameters
input
:
Input
Returns
void
|
Result
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
is
Stable
get
Result
update
trading-signals
Loading...