{typedef} anychart.math.adl.Context Improve this Doc
Type definition for the context.
| Name | Type | Description |
|---|---|---|
| closeQueue | anychart.math.CycledQueue | Close values. |
| dispose | number | Dispose function. |
| highQueue | anychart.math.CycledQueue | High values. |
| lowQueue | anychart.math.CycledQueue | Low values. |
| period | number | Period - always 1. |
| prevResult | number | Previous calculation result. |
| volumeQueue | anychart.math.CycledQueue | Volume values. |
