Class BaseIndicatorSeries<Result, Input>Abstract

Tracks results of an indicator over time and memorizes the highest & lowest result.

Type Parameters

  • Result
  • Input

Hierarchy (View Summary)

Constructors

Properties

highest?: Result
lowest?: Result

Accessors

  • get isStable(): boolean
  • Returns boolean

Methods