Class BigIndicatorSeries<Input>Abstract

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

Type Parameters

  • Input = BigSource

Hierarchy (View Summary)

Constructors

Properties

highest?: Big
lowest?: Big

Accessors

  • get isStable(): boolean
  • Returns boolean

Methods