Skip to content
Algo Trade Analytics Docs

size - Pine Script Constants

Constants under the size namespace.

NameTypeDescription
size.autoconst stringA constant to specify the size of the graphics drawn by plotchar, plotshape, label.new, and box.new. Adjusts the size of the graphics automatically.
size.hugeconst stringA constant to specify the size of the graphics drawn by plotchar, plotshape, label.new, box.new, and table.cell. Sets the size to huge.
size.largeconst stringA constant to specify the size of the graphics drawn by plotchar, plotshape, label.new, box.new, and table.cell. Sets the size to large.
size.normalconst stringA constant to specify the size of the graphics drawn by plotchar, plotshape, label.new, box.new, and table.cell. Sets the size to normal.
size.smallconst stringA constant to specify the size of the graphics drawn by plotchar, plotshape, label.new, box.new, and table.cell. Sets the size to small.
size.tinyconst stringA constant to specify the size of the graphics drawn by plotchar, plotshape, label.new, box.new, and table.cell. Sets the size to tiny.