Library "TTB_TableBuilder" A helper library to make it simpler to create tables in pinescript
DefaultDarkStyle()
method Size(this, width, height) Change the size (width, height) of the table cell. Namespace types: Cell Parameters: this (Cell) width (int) height (int) Returns: Cell
method Size(this, width, height) Change the width of all cells in that row Namespace types: Row Parameters: this (Row) width (int) height (int) Returns: Row
method Width(this, width) Change the width of the table cell. Namespace types: Cell Parameters: this (Cell) width (int) Returns: Cell
method Width(this, width) Change the width of all cells in that row Namespace types: Row Parameters: this (Row) width (int) Returns: Row
method Height(this, height) Change the height of the table cell. Namespace types: Cell Parameters: this (Cell) height (int) Returns: Cell
method Height(this, height) Change the height of all cells in that row Namespace types: Row Parameters: this (Row) height (int) Returns: Row
method Text(this, text_) Change the text of the table cell. Namespace types: Cell Parameters: this (Cell) text_ (string) Returns: Cell
method TextSize(this, text_size) Change the text size of the table cell. Namespace types: Cell Parameters: this (Cell) text_size (string) Returns: Cell
method TextSize(this, text_size) Set text size Namespace types: Row Parameters: this (Row) text_size (string) Returns: Row
method TextColor(this, c) Change the text color of the table cell. Namespace types: Cell Parameters: this (Cell) c (color) Returns: Cell
method TextColor(this, text_color) Change the text color of all cells in that row Namespace types: Row Parameters: this (Row) text_color (color) Returns: Row
method Bg(this, c) Change the background color of the table cell. Namespace types: Cell Parameters: this (Cell) c (color) Returns: Cell
method Bg(this, bg) Change the background color of all cells in that row Namespace types: Row Parameters: this (Row) bg (color) Returns: Row
method Font(this, text_font_family) Change the font family of the table cell. Namespace types: Cell Parameters: this (Cell) text_font_family (string) Returns: Cell
method Font(this, text_font_family) Change the width of all cells in that row Namespace types: Row Parameters: this (Row) text_font_family (string) Returns: Row
method AlignH(this, halign) Change the horizontal align of the table cell. Namespace types: Cell Parameters: this (Cell) halign (string) Returns: Cell
method AlignH(this, halign) Change the horizontal align of all cells in that row Namespace types: Row Parameters: this (Row) halign (string) Returns: Cell
method AlignV(this, valign) Change the vertical align of the table cell. Namespace types: Cell Parameters: this (Cell) valign (string) Returns: Cell
method AlignV(this, valign) Change the vertical of all cells in that row Namespace types: Row Parameters: this (Row) valign (string) Returns: Cell
method C(this, column) Get the cell corresponding to the column number Namespace types: Row Parameters: this (Row) column (int) Returns: Cell
Siguiendo fielmente el espíritu TradingView, el autor ha publicado este código Pine como una biblioteca de código abierto, permitiendo que otros programadores de Pine en nuestra comunidad lo utilicen de nuevo. ¡Olé por el autor! Puede utilizar esta biblioteca de forma privada o en otras publicaciones de código abierto, pero tenga en cuenta que la reutilización de este código en una publicación se rige por las Normas internas.
La información y las publicaciones que ofrecemos, no implican ni constituyen un asesoramiento financiero, ni de inversión, trading o cualquier otro tipo de consejo o recomendación emitida o respaldada por TradingView. Puede obtener información adicional en las Condiciones de uso.