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が提供または保証する金融、投資、取引、またはその他の種類のアドバイスや推奨を意図したものではなく、またそのようなものでもありません。詳しくは利用規約をご覧ください。

このライブラリを使用したいですか?

以下の行をコピーして、スクリプト内に貼り付けてください。