Class IgxFinancialCalculationSupportingCalculations

Represents a contract between the financial series and the calculation strategies detailing the supporting calculation strategies that the financial series will provide in order for the indicator calculations to be performed.

Hierarchy

Hierarchy

  • IgxFinancialCalculationSupportingCalculations

Constructors

Accessors

  • get makeSafe(): ((arg1: number) => number)
  • The strategy provided to make doubles safe for plotting, by default will just make zero if the value is invalid.

    Returns ((arg1: number) => number)

      • (arg1: number): number
      • The strategy provided to make doubles safe for plotting, by default will just make zero if the value is invalid.

        Parameters

        • arg1: number

        Returns number

  • set makeSafe(v: ((arg1: number) => number)): void
  • Parameters

    • v: ((arg1: number) => number)
        • (arg1: number): number
        • Parameters

          • arg1: number

          Returns number

    Returns void

Methods

  • Parameters

    • name: string

    Returns any