Skip to content
Algo Trade Analytics Docs

label - Pine Script Constants

Constants under the label namespace.

NameTypeDescription
label.style_arrowdownconst stringLabel style for label.new and label.set_style functions.
label.style_arrowupconst stringLabel style for label.new and label.set_style functions.
label.style_circleconst stringLabel style for label.new and label.set_style functions.
label.style_crossconst stringLabel style for label.new and label.set_style functions.
label.style_diamondconst stringLabel style for label.new and label.set_style functions.
label.style_flagconst stringLabel style for label.new and label.set_style functions.
label.style_label_centerconst stringLabel style for label.new and label.set_style functions.
label.style_label_downconst stringLabel style for label.new and label.set_style functions.
label.style_label_leftconst stringLabel style for label.new and label.set_style functions.
label.style_label_lower_leftconst stringLabel style for label.new and label.set_style functions.
label.style_label_lower_rightconst stringLabel style for label.new and label.set_style functions.
label.style_label_rightconst stringLabel style for label.new and label.set_style functions.
label.style_label_upconst stringLabel style for label.new and label.set_style functions.
label.style_label_upper_leftconst stringLabel style for label.new and label.set_style functions.
label.style_label_upper_rightconst stringLabel style for label.new and label.set_style functions.
label.style_noneconst stringLabel style for label.new and label.set_style functions.
label.style_squareconst stringLabel style for label.new and label.set_style functions.
label.style_text_outlineconst stringLabel style for label.new and label.set_style functions.
label.style_triangledownconst stringLabel style for label.new and label.set_style functions.
label.style_triangleupconst stringLabel style for label.new and label.set_style functions.
label.style_xcrossconst stringLabel style for label.new and label.set_style functions.