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.dmi.Context Improve this Doc

Type definition for the context.
NameTypeDescription
adxAlphanumberConstant for ADX smoothing.
adxPeriodnumberPeriod for ADX.
adxQueueanychart.math.CycledQueueDX values.
adxValuenumberLast ADX calculated value.
alphanumberConstant for DI smoothing.
closeQueueanychart.math.CycledQueueClose values.
disposefunctionDispose function.
highQueueanychart.math.CycledQueueHigh values.
lowQueueanychart.math.CycledQueueLow values.
ndiSumValuenumberDI values sum.
ndiValuenumberLast -DI calculated value.
pdiSumValuenumber+DI values sum.
pdiValuenumberLast +DI calculated value.
periodnumberPeriod.
trSumValuenumberTR (true range) values sum.
useWildersSmoothingbooleanWhether to use wilders smoothing.