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
Dengan semangat TradingView yang sesungguhnya, penulis telah menerbitkan Kode Pine ini sebagai pustaka sumber terbuka sehingga programmer Pine lain dari komunitas kami dapat menggunakannya kembali. Hormat untuk penulis! Anda dapat menggunakan pustaka ini secara pribadi atau dalam publikasi sumber terbuka lainnya, namun penggunaan kembali kode ini dalam publikasi diatur oleh Tata Tertib.
Informasi dan publikasi tidak dimaksudkan untuk menjadi, dan bukan merupakan saran keuangan, investasi, perdagangan, atau rekomendasi lainnya yang diberikan atau didukung oleh TradingView. Baca selengkapnya di Persyaratan Penggunaan.