PINE LIBRARY

pson

Actualizado
PineScript Object Notation

A workaround not having objects in pinescript.
This is a Json-look-alike interpreter.
Format: "attr=value:attr1=value1:attr2=value2".

You can add new attributes, get the value in those attributes, set new values to existing attributes and check if an attribute exists.
Notas de prensa
v2 - now you can have psons inside psons

Added:
get_itterable()

Updated:
set()

get()
Notas de prensa
fixing typo
Notas de prensa
v4 - fixed issue with the add() function
Notas de prensa
v5 - added get_values() get_int() get_bool()
Notas de prensa
v6 added set_values()
Notas de prensa
v7 added remove()
strings

Biblioteca Pine

Siguiendo fielmente el espíritu TradingView, el autor ha publicado este código Pine como una biblioteca de código abierto, permitiendo que otros programadores de Pine en nuestra comunidad lo utilicen de nuevo. ¡Olé por el autor! Puede utilizar esta biblioteca de forma privada o en otras publicaciones de código abierto, pero tenga en cuenta que la reutilización de este código en una publicación se rige por las Normas internas.

Exención de responsabilidad