Skip to content
StatePath
Tool Atlasobject.marker

Tool

Marker Object

object.marker

OutputSink

Inputs

pointBundle (untagged)

The anchor Point (time+price) — wire a zigzag-pattern point handle or any tool emitting the same Point shape.

Outputs

Bundle (untagged)

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

Marker Object places a chart glyph — thumbs, arrows, signs, price tags, buy/sell marks, or a text label — at each confirmed anchor point of a wired structure stream.

Marker Object overview diagram

How it works

Wire a Point stream (for example a zigzag-pattern pivot handle) into 'point'. Stamped placement drops one glyph at every confirmed point during the history paint and keeps at most max_objects of them (oldest removed first); single placement keeps one glyph that follows the latest confirmed point. Objects are named under the indicator's namespace, are not selectable, and are removed when the indicator detaches.

Modes

Mode options

Thumb Upthumb_up

A thumb-up glyph at the anchor.

Thumb Up diagram
Thumb Downthumb_down

A thumb-down glyph at the anchor.

Thumb Down diagram
Arrow Uparrow_up

An up arrow at the anchor.

Arrow Up diagram
Arrow Downarrow_down

A down arrow at the anchor.

Arrow Down diagram
Stop Signstop

A stop sign at the anchor.

Stop Sign diagram
Check Signcheck

A check sign at the anchor.

Check Sign diagram
Left Price Tagleft_price

A left-pointing price label at the anchor price.

Left Price Tag diagram
Right Price Tagright_price

A right-pointing price label at the anchor price.

Right Price Tag diagram
Buy Markbuy

A buy mark at the anchor.

Buy Mark diagram
Sell Marksell

A sell mark at the anchor.

Sell Mark diagram
Custom Arrowarrow

A custom Wingdings glyph (arrow_code) at the anchor.

Custom Arrow diagram
Text Labeltext

The static text content rendered at the anchor.

Text Label diagram

Placement options

Stampedstamped

One object per confirmed anchor, oldest removed beyond the cap.

Stamped diagram
Singlesingle

One object that follows the latest confirmed anchor.

Single diagram

Configuration

modeenum

Marker glyph (the single-anchor object family). 'arrow' takes a custom Wingdings code; 'text' renders the static text knob.

Choices:thumb_upthumb_downarrow_uparrow_downstopcheckleft_priceright_pricebuysellarrowtext
placementenum

How the object tracks the anchor stream: 'stamped' leaves one object per triggering bar (capped by max_objects); 'single' keeps one object moved in place.

Choices:stampedsingle
max_objectsscalar

Stamped-placement cap: the oldest object is removed once more than this many are on the chart (FIFO).

colorscalar

Object color (#rrggbb).

widthscalar

Line / border / glyph width in pixels.

arrow_codescalar

Wingdings glyph code for the generic arrow.

textscalar

Static label content for text markers.

Connects to

Reads from

See also