{typedef} anychart.math.volumeMA.Context Improve this Doc
Type definition for the context.
Name | Type | Description |
---|---|---|
dispose | function | The function to dispose the context. |
maCalculate | function | Function for the moving average calculation. |
maContext | anychart.math.sma.Context | anychart.math.ema.Context | Context for the Moving Average calculation. |
maPeriod | number | Moving Average period. |
maType | anychart.enums.MovingAverageType | string | Indicator smoothing type. |