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
Gerçek TradingView ruhuyla, yazar bu Pine kodunu açık kaynaklı bir kütüphane olarak yayınladı, böylece topluluğumuzdaki diğer Pine programcıları onu yeniden kullanabilir. Yazar çok yaşa! Bu kütüphaneyi özel olarak veya diğer açık kaynaklı yayınlarda kullanabilirsiniz, ancak bu kodun bir yayında yeniden kullanılması Ev kuralları tarafından yönetilir.
Bilgiler ve yayınlar, TradingView tarafından sağlanan veya onaylanan finansal, yatırım, işlem veya diğer türden tavsiye veya tavsiyeler anlamına gelmez ve teşkil etmez. Kullanım Şartları'nda daha fazlasını okuyun.