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
Dans le plus pur esprit TradingView, l'auteur a publié ce code Pine en tant que bibliothèque open-source afin que d'autres programmeurs Pine de notre communauté puissent le réutiliser. Bravo à l'auteur! Vous pouvez utiliser cette bibliothèque en privé ou dans d'autres publications à code source ouvert, mais la réutilisation de ce code dans une publication est régie par nos Règles.
Les informations et les publications ne sont pas destinées à être, et ne constituent pas, des conseils ou des recommandations en matière de finance, d'investissement, de trading ou d'autres types de conseils fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.