Skip to content
StatePath
Tool Atlasobject.channel

Tool

Channel Object

object.channel

OutputSink

Inputs

point_aBundle (untagged)

First anchor Point (the channel start).

point_bBundle (untagged)

Second anchor Point (the channel end).

point_cBundle (untagged)

Third anchor Point (channel width / pitchfork handle).

Outputs

Bundle (untagged)

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

Channel Object draws a channel over the anchor points: an equidistant channel or Andrews' pitchfork over three anchors, or a linear-regression / standard-deviation channel over two.

Channel Object overview diagram

How it works

Wire the anchors: 'point_a' and 'point_b' span the channel; the equidistant channel and pitchfork take 'point_c' for the width or handle. The standard-deviation variant widens by the deviation knob instead. Single placement follows the latest points; stamped leaves one channel per confirmation.

Modes

Mode options

Equidistantchannel

Two parallel rails through the anchors; the third anchor sets the width.

Equidistant diagram
Regressionregression

A best-fit line with parallel rails over the two-anchor span.

Regression diagram
Std. Deviationstddev_channel

Regression rails offset by the deviation knob.

Std. Deviation diagram
Pitchforkpitchfork

Andrews' median line with two tine rails from three pivots.

Pitchfork 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

Channel family: equidistant channel (3 anchors), linear regression (2), standard deviation (2 + deviation), Andrews' pitchfork (3).

Choices:channelregressionstddev_channelpitchfork
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. The MQL platforms force solid when width > 1.

Choices:soliddashdotdashdotdashdotdot
deviationscalar

Channel half-width in standard deviations for the standard-deviation variant.

Connects to

Reads from

See also