{typedef} anychart.math.keltnerChannels.Context Improve this Doc
Type definition for the context.
Name | Type | Description |
---|---|---|
atrContext | anychart.math.atr.Context | Context for the Average True Range calculation. |
atrPeriod | number | Average True Range period. |
dispose | function | The function to dispose the context. |
maCalculate | function | Function for the moving average calculation. |
maContext | anychart.math.ema.Context | anychart.math.sma.Context | Context for the Moving Average calculation. |
maPeriod | number | Moving Average period. |
maType | anychart.enums.MovingAverageType | string | Moving Average type. |
multiplier | number | Multiplier. |