AnyChart
API Reference
Still have questions?
Contact support
Top
You are looking at an outdated v7 version of this document. Switch to the v8 version to see the up to date information.

{typedef} anychart.math.kdj.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.MovingAverageTypeIndicator %D smoothing type.
dMultipliernumberThe %D multiplier to calculate the % J values.
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.MovingAverageTypeIndicator %K smoothing type.
kMultipliernumberThe %K multiplier to calculate the % J values.
kPeriodnumberIndicator %K period.
lowQueueanychart.math.CycledQueueLow cycle queue.