AnyChart
API Reference
Still have questions?
Contact support
Top

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

Type definition for the context.
NameTypeDescription
disposefunctionDispose function.
fastPeriodnumberFast indicator period.
fastQueueanychart.math.CycledQueueFast cycled queue.
fastResultnumberThe number to calculate
signalPeriodnumberSignal indicator period.
signalQueueanychart.math.CycledQueueSignal cycled queue
signalResultnumberThe number to calculate
slowPeriodnumberSlow indicator period.
slowQueueanychart.math.CycledQueueSlow cycled queue
slowResultnumberThe number to calculate