AnyChart
API Reference
Still have questions?
Contact support
Top

{typedef} anychart.math.volumeMA.Context Improve this Doc

Type definition for the context.
NameTypeDescription
disposefunctionThe function to dispose the context.
maCalculatefunctionFunction for the moving average calculation.
maContextanychart.math.sma.Context | anychart.math.ema.ContextContext for the Moving Average calculation.
maPeriodnumberMoving Average period.
maTypeanychart.enums.MovingAverageType | stringIndicator smoothing type.