BaseSeriesIndicator
Extends
BaseIndicator<number>
See Also
(extended)BollingerBands
(extended)ExponentialMovingAverage
(extended)Macd
(extended)SimpleMovingAverage
Properties
Name | Type | Description |
---|---|---|
historyCapacity inherited from
| number | The maximum history held by the indicator. As new data comes in only this many points are kept. |
historyCount inherited from
| number | The number of historical points currently held by the indicator. Will never be larger than |
last inherited from
| T | |
values inherited from
| T[] |