AnyChart
API Reference
Still have questions?
Contact support
Top

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

Type definition for the context.
NameTypeDescription
dMACalculatefunctionCalculation %D function.
dMAContextanychart.math.sma.Context | anychart.math.ema.Context | ObjectEMA or SMA context to calculate %D.
dMATypeanychart.enums.MovingAverageType | stringIndicator %D smoothing type.
disposefunctionDispose function.
highQueueanychart.math.CycledQueueHigh cycle queue.
kMACalculatefunctionCalculation function for the smoothed %K.
kMAContextanychart.math.sma.Context | anychart.math.ema.Context | ObjectEMA or SMA context to calculate smoothing %K.
kMATypeanychart.enums.MovingAverageType | stringIndicator %K smoothing type.
kPeriodnumberIndicator %K period.
lowQueueanychart.math.CycledQueueLow cycle queue.