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 |
---|---|
{display |
An array of settings that identifies the indicator type. |