{typedef} anychart.math.cho.Context Improve this Doc
Type definition for the context.
Name | Type | Description |
---|---|---|
adlContext | anychart.math.adl.Context | Context for adl calculation. |
dispose | function | Dispose function. |
fastMAContext | anychart.math.ema.Context | anychart.math.sma.Context | Fast MA context. |
maCalculate | function | Function for MA calculation (ema or sma). |
maType | anychart.enums.MovingAverageType | string | Type of smoothing. |
slowMAContext | anychart.math.ema.Context | anychart.math.sma.Context | Slow MA context. |