Skip to main content
All docs
V25.1
  • ChartIndicatorsExtensionOptions Interface

    Contains custom indicator type settings.

    Declaration

    export interface ChartIndicatorsExtensionOptions

    Properties

    customIndicatorTypes Property

    Gets the custom indicator type to be displayed in the Trend Indicators dialog.

    Declaration

    customIndicatorTypes?: {
        type: string;
        displayName: string;
    }[]

    Property Value

    Type Description
    {displayName: string, type: string}[]

    An array of settings that identifies the indicator type.