TradingView
faiyaz7283
8 สิงหา 2023 เวลา 17 นาฬิกา 46 นาที

multidata 

Tesla, Inc.NASDAQ

คำอธิบาย

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.
ความคิดเห็น
davewantsmoore
I love to see how people approach these types of things, and read their code.... thankyou for sharing. <3
faiyaz7283
@davewantsmoore, You are welcome. :)
faiyaz7283
Sorry - the links above have a typo. Here is the proper link.
The documentation link: https://faiyaz7283.github.io/multidata/
เพิ่มเติม