table.cell() - Pine Script Function
table.cell()
Section titled “table.cell()”Overview
Section titled “Overview”The function defines a cell in the table and sets its attributes.
Syntax
Section titled “Syntax”table.cell(table_id, column, row, text, width, height, text_color, text_halign, text_valign, text_size, bgcolor, tooltip, text_font_family, text_formatting) → voidParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
| table_id | series table | A table object. |
Remarks
Section titled “Remarks”- 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.