{typedef} anychart.math.macd.Context Improve this Doc
Type definition for the context.
Name | Type | Description |
---|---|---|
dispose | function | Dispose function. |
fastPeriod | number | Fast indicator period. |
fastQueue | anychart.math.CycledQueue | Fast cycled queue. |
fastResult | number | The number to calculate |
signalPeriod | number | Signal indicator period. |
signalQueue | anychart.math.CycledQueue | Signal cycled queue |
signalResult | number | The number to calculate |
slowPeriod | number | Slow indicator period. |
slowQueue | anychart.math.CycledQueue | Slow cycled queue |
slowResult | number | The number to calculate |