PINE LIBRARY

functionStringToMatrix

Aggiornato
Library "functionStringToMatrix"
Provides unbound methods (no error checking) to parse a string into a float or int matrix.

to_matrix_float(str, interval_sep, start_tk, end_tk)
  Parse a string into a float matrix.
  Parameters:
    str: , string, the formated string to parse.
    interval_sep: , string, cell interval separator token.
    start_tk: , string, row start token.
    end_tk: , string, row end token.
  Returns: matrix<float>, parsed float matrix.

to_matrix_int(str, interval_sep, start_tk, end_tk)
  Parse a string into a int matrix.
  Parameters:
    str: , string, the formated string to parse.
    interval_sep: , string, cell interval separator token.
    start_tk: , string, row start token.
    end_tk: , string, row end token.
  Returns: matrix<int>, parsed int matrix.
Note di rilascio
v2 fixed a lill'bug..
Note di rilascio
v3

Added:
to_matrix_string(str, interval_sep, start_tk, end_tk)
  Parse a string into a string matrix.
  Parameters:
    str: , string, the formated string to parse.
    interval_sep: , string, cell interval separator token.
    start_tk: , string, row start token.
    end_tk: , string, row end token.
  Returns: matrix<string>, parsed string matrix.
arraysconversionfunctioninputmatrixparserstringstrings

Libreria Pine

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.

Declinazione di responsabilità