Skip to content

display

Properties

ALL

Type: const PlotSimpleDisplay

display flag combination that enables every available output location.


DATA_WINDOW

Type: const PlotDisplay

display flag that exposes values in the Data Window.


NONE

Type: const PlotSimpleDisplay

display flag combination that hides the value or visual everywhere.


PANE

Type: const PlotDisplay

display flag that draws output in a chart pane.


PRICE_SCALE

Type: const PlotDisplay

display flag that shows a value on the price scale when chart settings allow it.


SCREENER

Type: const PlotDisplay

display flag that makes a plot value available to Screener integrations.


STATUS_LINE

Type: const PlotDisplay

display flag that shows a value in the chart status line when enabled.

Functions

operator+

Combines two display flags (bitwise OR).

Parameters

NameTypeDefaultDescription
aPlotDisplay
bPlotDisplay

Returns: PlotDisplay

Combines display flags (bitwise OR).

Parameters

NameTypeDefaultDescription
aPlotDisplay
bPlotSimpleDisplay

Returns: PlotDisplay

Combines display flags (bitwise OR).

Parameters

NameTypeDefaultDescription
aPlotSimpleDisplay
bPlotDisplay

Returns: PlotDisplay

Combines display flags (bitwise OR).

Parameters

NameTypeDefaultDescription
aPlotSimpleDisplay
bPlotSimpleDisplay

Returns: PlotDisplay


operator-

Removes display flags from the first operand (bitwise difference).

Parameters

NameTypeDefaultDescription
aPlotDisplay
bPlotDisplay

Returns: PlotDisplay

Removes display flags (bitwise difference).

Parameters

NameTypeDefaultDescription
aPlotDisplay
bPlotSimpleDisplay

Returns: PlotDisplay

Removes display flags (bitwise difference).

Parameters

NameTypeDefaultDescription
aPlotSimpleDisplay
bPlotDisplay

Returns: PlotDisplay

Removes display flags (bitwise difference).

Parameters

NameTypeDefaultDescription
aPlotSimpleDisplay
bPlotSimpleDisplay

Returns: PlotDisplay

Released under the MIT License.