Class MovingAverageAbstract

Moving Average (MA) Type: Trend

Base class for trend-following (lagging) indicators. The longer the moving average interval, the greater the lag.

Hierarchy (View Summary)

Constructors

Properties

highest?: Big
interval: number
lowest?: Big

Accessors

  • get isStable(): boolean
  • Returns boolean

Methods

  • Parameters

    • inputs: readonly BigSource[]
    • replace: boolean = false

    Returns (null | Big)[]