Library "StringStringHashmap" A simple implementation of a key string-to-string value dictionary in pine script
create_ss_dict() Create an empty string-string dictionary Returns: the indices and elements of the dict
add_key_value(key, value, i, e) Add new key-value pair in the dictionary Parameters: key: string value: string i: string[] the indices of the dictionary e: string[] the element of the dictionary
get_value(key, i, e) Get the value of the given key Parameters: key: string i: string[] the indices of the dictionary e: string[] the element of the dictionary Returns: return the value of the given key
change_value(key, value, i, e) Change the value of the given key Parameters: key: string value: string i: string[] the indices of the dictionary e: string[] the element of the dictionary
In pieno spirito TradingView, l'autore ha pubblicato questo codice Pine come libreria open-source in modo che altri programmatori Pine della nostra comunità possano riutilizzarlo. Un saluto all'autore! È possibile utilizzare questa libreria privatamente o in altre pubblicazioni open-source, ma il riutilizzo di questo codice in una pubblicazione è regolato dal nostro Regolamento.
Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.