faiyaz7283

multidata

faiyaz7283 已更新   
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.
發布通知:
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.

Faiyaz Haider
Pine腳本庫

本著真正的TradingView精神,作者將此Pine代碼以開源腳本庫發布,以便我們社群的其他Pine程式設計師可以重用它。向作者致敬!您可以私下或在其他開源出版物中使用此庫,但在出版物中重用此代碼受網站規則約束。

免責聲明

這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。

想使用這個腳本庫嗎?

複製以下行並將其黏貼到您的腳本中。