Skip to content
Algo Trade Analytics Docs

line - Pine Script Constants

Constants under the line namespace.

NameTypeDescription
line.style_arrow_bothconst stringLine style for line.new and line.set_style functions. Solid line with arrows on both points.
line.style_arrow_leftconst stringLine style for line.new and line.set_style functions. Solid line with arrow on the first point.
line.style_arrow_rightconst stringLine style for line.new and line.set_style functions. Solid line with arrow on the second point.
line.style_dashedconst stringLine style for line.new and line.set_style functions.
line.style_dottedconst stringLine style for line.new and line.set_style functions.
line.style_solidconst stringLine style for line.new and line.set_style functions.