AnyChart
API Reference
Still have questions?
Contact support
Top

{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.