Class RMA

Relative Moving Average (RMA) Type: Trend

Use RMA to identify bullish or bearish trends. It provides a smoother curve compared to SMA and EMA, reacting more slowly to price changes.

Hierarchy (View Summary)

Constructors

Properties

highest?: Big
interval: number
lowest?: Big

Accessors

  • get isStable(): boolean
  • Returns boolean

Methods

  • Parameters

    • _price: BigSource
    • replace: boolean

    Returns Big

  • Parameters

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

    Returns (null | Big)[]