Skip to content
StatePath
Tool Atlasobject.level_line

Tool

Level Line Object

object.level_line

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.

Level Line Object draws a horizontal line at the anchor's price or a vertical line at its time — the classic support/resistance or session marker, driven by the wired point.

Level Line Object overview diagram

How it works

Wire a Point stream into 'point'. hline reads the point's price and draws a horizontal level; vline reads its time and draws a vertical marker. Single placement (default) moves one line to the latest confirmed point; stamped placement leaves one line per confirmation under the FIFO cap.

Modes

Mode options

Horizontal Linehline

A horizontal level at the anchor's price.

Horizontal Line diagram
Vertical Linevline

A vertical marker at the anchor's time.

Vertical Line 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

Line style options

Solidsolid

An unbroken line.

Solid diagram
Dasheddash

A dashed line. Width above 1 forces solid — a platform rule.

Dashed diagram
Dotteddot

A dotted line. Width above 1 forces solid — a platform rule.

Dotted diagram
Dash-dotdashdot

Alternating dashes and dots. Width above 1 forces solid.

Dash-dot diagram
Dash-dot-dotdashdotdot

A dash followed by two dots. Width above 1 forces solid.

Dash-dot-dot diagram

Configuration

modeenum

hline = horizontal price level; vline = vertical time marker.

Choices:hlinevline
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.

line_styleenum

Line pattern for line-drawing styles. The platforms force solid when width is above 1.

Choices:soliddashdotdashdotdashdotdot

Connects to

Reads from

See also