ironpark

TableBuilder

ironpark Diupdate   
Library "TableBuilder"
A helper library to make it simpler to create tables in pinescript

This is a simple table building library that I created because I personally feel that the built-in table building method is too verbose. It features chaining methods and variable arguments.

There are many features that are lacking because the implementation is early, and there may be antipatterns because I am not familiar with the runtime behavior like pinescript. If you have any comments on code improvements or features you want, please comment :D
Catatan Rilis:
v2

Font, Align and Size features implemented in Row/Cell object

Width(this, width)
  Change the width of all cells in that row
  Parameters:
    this
    width
  Returns: Row

Height(this, height)
  Change the height of all cells in that row
  Parameters:
    this
    height
  Returns: Row

Font(this, text_font_family)
  Change the width of all cells in that row
  Parameters:
    this
    text_font_family
  Returns: Row

AlignH(this, halign)
  Change the horizontal align of all cells in that row
  Parameters:
    this
    halign
  Returns: Cell

AlignV(this, valign)
  Change the vertical of all cells in that row
  Parameters:
    this
    valign
  Returns: Cell

업데이트됨
Size(this, width, height)
  Change the width of all cells in that row
  Parameters:
    this
    width
    height
  Returns: Row
Catatan Rilis:
More useful example code
Perpustakaan pine

Dalam semangat TradingView yang sesungguhnya, penulis telah membuat Pine Code sebagai perpustakaan sumber-terbuka sehingga programmer Pine lainnya dapat menggunakannya kembali. Beri semangat kepada penulis! Anda dapat menggunakan perpustakaan ini secara pribadi maupun dalam publikasi terbuka, namun menggunakan ulang kode ini diatur dalam Tata Tertib.

Pernyataan Penyangkalan

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.

Ingin menggunakan perpustakaan ini?

Copy garis berikut ini dan tempel pada script anda.