Skip to content
Algo Trade Analytics Docs

shape - Pine Script Constants

Constants under the shape namespace.

NameTypeDescription
shape.arrowdownconst stringShape style for plotshape function.
shape.arrowupconst stringShape style for plotshape function.
shape.circleconst stringShape style for plotshape function.
shape.crossconst stringShape style for plotshape function.
shape.diamondconst stringShape style for plotshape function.
shape.flagconst stringShape style for plotshape function.
shape.labeldownconst stringShape style for plotshape function.
shape.labelupconst stringShape style for plotshape function.
shape.squareconst stringShape style for plotshape function.
shape.triangledownconst stringShape style for plotshape function.
shape.triangleupconst stringShape style for plotshape function.
shape.xcrossconst stringShape style for plotshape function.