Skip to content

PlotDisplay

Bitflag type controlling where plots and visuals are shown.

Static Properties

ALL

Type: const PlotDisplay

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 PlotDisplay

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.

Methods

operator+

navi
operator+(a: PlotDisplay, b: PlotDisplay): PlotDisplay

Combines two display flags (bitwise OR).

Parameters

NameTypeDefaultDescription
aPlotDisplay
bPlotDisplay

Returns: PlotDisplay


operator-

navi
operator-(a: PlotDisplay, b: PlotDisplay): PlotDisplay

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

Parameters

NameTypeDefaultDescription
aPlotDisplay
bPlotDisplay

Returns: PlotDisplay