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 full)

Constructors

Properties

highest?: Big
interval: number
lowest?: Big

Accessors

  • get isStable(): boolean
  • Returns boolean

Methods

  • Parameters

    • prices: BigSource[]

    Returns void | Big