PINE LIBRARY

dataTableUtilities

Updated
Library "dataTableUtilities"

generate_dataTable(dataTable_map, title, tableYpos, tableXpos)
  : Generates and shows a data table.
  Parameters:
    dataTable_map (map<string, string>)
    title (string): (string): Title of the table
    tableYpos (string): (string): Vertical position of the table
    tableXpos (string): (string): Horizontal position of the table
  Returns: : None
Release Notes
v2
Release Notes
v3
Release Notes
v4
Release Notes
v5
Release Notes
v6

Updated:
generate_dataTable(dataTable_map, title, tableYpos, tableXpos, textSize)
  : Generates and shows a data table.
  Parameters:
    dataTable_map (map<string, string>)
    title (string): (string): Title of the table
    tableYpos (string): (string): Vertical position of the table
    tableXpos (string): (string): Horizontal position of the table
    textSize (string): (string): Text size
  Returns: : None
Release Notes
v7
Release Notes
v8
Release Notes
v9
Release Notes
v10
Release Notes
v11
Release Notes
v12
Release Notes
v13
Release Notes
v14

Updated:
generate_dataTable(dataTable_map, title, tableYpos, tableXpos, textSize, includes_multiple_maps)
  : Generates and shows a data table.
  Parameters:
    dataTable_map (map<string, string>)
    title (string): (string): Title of the table
    tableYpos (string): (string): Vertical position of the table
    tableXpos (string): (string): Horizontal position of the table
    textSize (string): (string): Text size
    includes_multiple_maps (bool)
  Returns: : None
Release Notes
v15
Release Notes
v16
Release Notes
v17
Release Notes
v18
Release Notes
v19
Release Notes
v20
Release Notes
v21
Release Notes
v22
Release Notes
v23

Added:
generate_dataTable_4c(dataTable_map, title, tableYpos, tableXpos, textSize, includes_multiple_maps)
  : Generates and shows a data table.
  Parameters:
    dataTable_map (map<string, string>)
    title (string): (string): Title of the table
    tableYpos (string): (string): Vertical position of the table
    tableXpos (string): (string): Horizontal position of the table
    textSize (string): (string): Text size
    includes_multiple_maps (bool)
  Returns: : None
Release Notes
v24

Added:
generate_dataTable_multiple_columns(dataTable_map, title, tableYpos, tableXpos, textSize, includes_multiple_maps, total_columns)
  : Generates and shows a data table.
  Parameters:
    dataTable_map (map<string, string>)
    title (string): (string): Title of the table
    tableYpos (string): (string): Vertical position of the table
    tableXpos (string): (string): Horizontal position of the table
    textSize (string): (string): Text size
    includes_multiple_maps (bool)
    total_columns (int)
  Returns: : None

Removed:
generate_dataTable_4c(dataTable_map, title, tableYpos, tableXpos, textSize, includes_multiple_maps)
  : Generates and shows a data table.
Release Notes
v25
Release Notes
v26
Release Notes
v27
Release Notes
v28
Release Notes
v29
Release Notes
v30
Release Notes
v31
Release Notes
v32
Release Notes
v33
Release Notes
v34
Release Notes
v35
Release Notes
v36
Release Notes
v37
Release Notes
v38
Release Notes
v39
Release Notes
v40
Release Notes
v41
display

Pine library

In true TradingView spirit, the author has published this Pine code as an open-source library so that other Pine programmers from our community can reuse it. Cheers to the author! You may use this library privately or in other open-source publications, but reuse of this code in a publication is governed by House rules.


Also on:

Disclaimer