Skip to content
Algo Trade Analytics Docs

table.cell() - Pine Script Function

The function defines a cell in the table and sets its attributes.

table.cell(table_id, column, row, text, width, height, text_color, text_halign, text_valign, text_size, bgcolor, tooltip, text_font_family, text_formatting) → void
NameTypeDescription
table_idseries tableA table object.
  • This function does not create the table itself, but defines the table’s cells. To use it, you first need to create a table object with table.new.