AnyChart
API Reference
Still have questions?
Contact support
Top

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

Type definition for the context.
NameTypeDescription
alphanumberThe current value of the acceleration factor (alpha).
alphaIncrementnumberIncrement value of the acceleration factor (alpha).
alphaMaxnumberMaximum value of the acceleration factor (alpha).
alphaStartnumberThe start value of the acceleration factor (alpha).
currentDownTrendEPnumberThe current value of EP for the downtrend.
currentUpTrendEPnumberThe current value of EP for the uptrend.
dequeuedHighnumberDequeued of the high value.
dequeuedLownumberDequeued of the low value.
disposefunctionDispose function.
highQueueanychart.math.CycledQueueQueue for accumulation of high values.
isUptrendbooleanWhether to show the uptrend or no.
lowQueueanychart.math.CycledQueueQueue for accumulation of low values.
prevResultnumberPrevious calculation result.