RemoveIndicator

Description

The RemoveIndicator method removes a specified indicator from a chart window.

Syntax

public RemoveIndicator(
    chartId: number,
    subWindow: number,
    indicatorShortName: string
    ): boolean

Parameters

  • chartId: A number representing the chart ID

  • subWindow: A number representing the subwindow index

  • indicatorShortName: A string representing the indicator's short name

Return Value

Returns a boolean indicating whether the indicator was successfully removed.

Example

Last updated