{typedef} anychart.math.williamsR.Context Improve this Doc
Type definition for the context.
Name | Type | Description |
---|---|---|
closeQueue | anychart.math.CycledQueue | Queue for accumulation of close values. |
dispose | function | Dispose function. |
highQueue | anychart.math.CycledQueue | Queue for accumulation of high values. |
lowQueue | anychart.math.CycledQueue | Queue for accumulation of low values. |
period | number | Indicator period. |
prevResult | number | Previous calculation result. |