Tool
Marker Object
object.marker
Inputs
The anchor Point (time+price) — wire a zigzag-pattern point handle or any tool emitting the same Point shape.
Outputs
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.
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
A thumb-up glyph at the anchor.
A thumb-down glyph at the anchor.
An up arrow at the anchor.
A down arrow at the anchor.
A stop sign at the anchor.
A check sign at the anchor.
A left-pointing price label at the anchor price.
A right-pointing price label at the anchor price.
A buy mark at the anchor.
A sell mark at the anchor.
A custom Wingdings glyph (arrow_code) at the anchor.
The static text content rendered at the anchor.
Placement options
One object per confirmed anchor, oldest removed beyond the cap.
One object that follows the latest confirmed anchor.
Configuration
Marker glyph (the single-anchor object family). 'arrow' takes a custom Wingdings code; 'text' renders the static text knob.
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.
Stamped-placement cap: the oldest object is removed once more than this many are on the chart (FIFO).
Object color (#rrggbb).
Line / border / glyph width in pixels.
Wingdings glyph code for the generic arrow.
Static label content for text markers.