Skip to content
StatePath
Tool Atlasobject.annotation

Tool

Annotation Object

object.annotation

OutputSink

Inputs

No typed inputs.

Outputs

Bundle (untagged)

A chart-object sink — it draws on the terminal chart and outputs nothing. Nothing can be wired from it.

Annotation Object pins a static note to a chart corner: a text label or a rectangle panel, anchored by pixel offsets — it never moves with price.

Annotation Object overview diagram

How it works

Pick the corner and pixel offsets; the label mode renders the text knob, the panel mode renders a sized rectangle. Screen-anchored objects take no anchor wires and are placed once.

Modes

Mode options

Labellabel

A screen-anchored text note.

Label diagram
Panelpanel

A screen-anchored rectangle block.

Panel diagram

Corner options

Top Leftleft_upper

Offsets measure from the chart's top-left corner.

Top Left diagram
Top Rightright_upper

Offsets measure from the chart's top-right corner.

Top Right diagram
Bottom Leftleft_lower

Offsets measure from the chart's bottom-left corner.

Bottom Left diagram
Bottom Rightright_lower

Offsets measure from the chart's bottom-right corner.

Bottom Right diagram

Configuration

modeenum

Annotation shape: text label or rectangle panel.

Choices:labelpanel
cornerenum

Chart corner the offsets anchor from.

Choices:left_upperright_upperleft_lowerright_lower
x_offsetscalar

Horizontal offset from the corner in pixels.

y_offsetscalar

Vertical offset from the corner in pixels.

textscalar

Label content.

colorscalar

Object color (#rrggbb).

panel_widthscalar

Panel width in pixels.

panel_heightscalar

Panel height in pixels.

Connects to

No direct tool-to-tool connections.

See also