PINE LIBRARY
已更新 multidata

Library "multidata"
A library for multi-dimensional data arrays.
Full documentation: http://faiyaz7283.github.io/multidata
This library is designed to enhance data storage capabilities in Pine Script, enabling users to work with two separate data structures: data2d (key -> main-value | alternate-value) and data3d (primary key -> data key-> main-value | alternate-value). These structures facilitate storing key-value pairs in a flexible and efficient manner, offering various methods for manipulation and retrieval of data. Please check out the full documentation at http://faiyaz7283.github.io/multidata.
A library for multi-dimensional data arrays.
Full documentation: http://faiyaz7283.github.io/multidata
This library is designed to enhance data storage capabilities in Pine Script, enabling users to work with two separate data structures: data2d (key -> main-value | alternate-value) and data3d (primary key -> data key-> main-value | alternate-value). These structures facilitate storing key-value pairs in a flexible and efficient manner, offering various methods for manipulation and retrieval of data. Please check out the full documentation at http://faiyaz7283.github.io/multidata.
版本注释
v2 - Added: Support for printing data2d and data3d objects directly on chart. Extending the tools library's print() method. 版本注释
v3 - Bugfix: format() method throwing object 'na' error. FIXED.版本注释
v4 - import update版本注释
v5 - Updated the imported libraries.版本注释
v6 - Major refactoring.- Removed: All push, set and remove functionalities.
- Updated: All comparison are calculated and stored directly in object.
- Updated: Extended Print methods refactored completely for more advance printing.
- Bug fixes: Few bug fixes.
版本注释
v7 - Replaced key() method with getKeys(). Pine Script was complaining for some reason due to name clashing with built-in keys() function.版本注释
v8 - printer library version update版本注释
v9 - Updated printer library.版本注释
v10 - Bug fixes - change percentage issue, plus some minor fix for formatting. 版本注释
v11 - Printer library version update.版本注释
v12 - Updated: Library 'printer' to version 10Pine脚本库
本着真正的TradingView精神,作者将此Pine代码发布为开源库,以便我们社区的其他Pine程序员可以重复使用它。向作者致敬!您可以私密或在其他开源出版物中使用此库,但在出版物中重复使用此代码受网站规则约束。
Faiyaz Haider
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。
Pine脚本库
本着真正的TradingView精神,作者将此Pine代码发布为开源库,以便我们社区的其他Pine程序员可以重复使用它。向作者致敬!您可以私密或在其他开源出版物中使用此库,但在出版物中重复使用此代码受网站规则约束。
Faiyaz Haider
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。