PINE LIBRARY

pson

Aktualisiert
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.
Versionshinweise
v2 - now you can have psons inside psons

Added:
get_itterable()

Updated:
set()

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

Pine Bibliothek

Ganz im Sinne von TradingView hat dieser Autor seinen/ihren Pine Code als Open-Source-Bibliothek veröffentlicht. Auf diese Weise können nun auch andere Pine-Programmierer aus unserer Community den Code verwenden. Vielen Dank an den Autor! Sie können diese Bibliothek privat oder in anderen Open-Source-Veröffentlichungen verwenden. Die Nutzung dieses Codes in einer Veröffentlichung wird in unseren Hausregeln reguliert.

Haftungsausschluss