{typedef} anychart.math.mfi.Context Improve this Doc
Type definition for the context.
Name | Type | Description |
---|---|---|
dispose | function | Dispose function. |
lastValueSign | number | Value for determining positive/negative money flow value. |
negativeFlow | number | Negative money flow value. |
period | number | Indicator period. |
positiveFlow | number | Positive money flow value. |
prevResult | number | Previous calculation result. |
priceQueue | anychart.math.CycledQueue | Queue for accumulation of the calculated price. |
volumeQueue | anychart.math.CycledQueue | Queue for accumulation of the calculated volume. |