Multidata Documentation

The multidata is a powerful library designed to enhance data storage capabilities in Pine Script, enabling users to work with two separate data structures: data2d key->[main|alt] and data3d primary-key->data-key->[main|alt]. These structures facilitate storing key-value pairs in a flexible and efficient manner, offering various methods for manipulation and retrieval of data.

Getting started

To get started, import the latest version of the multidata library and follow the guides below. You can also check out each resource for more info.

Guides

Guide to data2d

Breakdown and usage of data2d data structure.

Read more

Guide to data3d

Breakdown and usage of data3d data structure.

Read more

Resources

Data2d

Data2d data structure.

Data3d

Data3d data structure.

Create Keys & Values

Building blocks.

Fetch Keys & Values

Methods for keys and values.

Extended Array Functions

Extended array functions.

Comparison

Comparison methods.