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
Ganz im Sinne von TradingView hat dieser Autor seinen/ihren Pine Code als Open-Source-Bibliothek veröffentlicht. Auf diese Weise können nun auch andere Pine-Programmierer aus unserer Community den Code verwenden. Vielen Dank an den Autor! Sie können diese Bibliothek privat oder in anderen Open-Source-Veröffentlichungen verwenden. Die Nutzung dieses Codes in einer Veröffentlichung wird in unseren Hausregeln reguliert.
Die Informationen und Veröffentlichungen sind nicht als Finanz-, Anlage-, Handels- oder andere Arten von Ratschlägen oder Empfehlungen gedacht, die von TradingView bereitgestellt oder gebilligt werden, und stellen diese nicht dar. Lesen Sie mehr in den Nutzungsbedingungen.