PINE LIBRARY
Updated dataTableUtilities

Library "dataTableUtilities"
generate_dataTable(dataTable_map, title, tableYpos, tableXpos, textSize, includes_multiple_maps, include_comments)
: 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)
include_comments (bool)
Returns: : None
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
generate_dataTable(dataTable_map, title, tableYpos, tableXpos, textSize, includes_multiple_maps, include_comments)
: 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)
include_comments (bool)
Returns: : None
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
Release Notes
v2Added:
generate_dataTable_without_barstateislast(dataTable_map, title, tableYpos, tableXpos, textSize, includes_multiple_maps, include_comments)
Parameters:
dataTable_map (map<string, string>)
title (string)
tableYpos (string)
tableXpos (string)
textSize (string)
includes_multiple_maps (bool)
include_comments (bool)
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 publications is governed by House Rules.
Trade Smarter, Not Harder!
TradeCreator9
algotraderpro.io/tradecreator9/
TradeCreator9
algotraderpro.io/tradecreator9/
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.
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 publications is governed by House Rules.
Trade Smarter, Not Harder!
TradeCreator9
algotraderpro.io/tradecreator9/
TradeCreator9
algotraderpro.io/tradecreator9/
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.