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
| Name | Type | Default | Description |
|---|---|---|---|
a | PlotDisplay | ||
b | PlotDisplay |
Returns: PlotDisplay
operator-
Removes display flags from the first operand (bitwise difference).
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
a | PlotDisplay | ||
b | PlotDisplay |
Returns: PlotDisplay