{typedef} anychart.math.bbands.Context Improve this Doc
Type definition for the context.
Name | Type | Description |
---|---|---|
dequeuedValue | number | The value excluded from the queue. |
deviation | number | Indicator deviation. |
dispose | function | Dispose function. |
highQueue | anychart.math.CycledQueue | Cycle queue. |
period | number | Indicator period. |
prevDeviation | number | The number to calculate. |
prevResult | number | The number to calculate. |