Skip to main content
All docs
V24.2

ChartIndicatorsExtensionOptions Interface

Contains custom indicator type settings.

#Declaration

TypeScript
export interface ChartIndicatorsExtensionOptions

#Properties

#customIndicatorTypes Property

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

#Declaration

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

#Property Value

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

An array of settings that identifies the indicator type.