RicardoSantos

functionStringToMatrix

RicardoSantos Wizard Actualizado   
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.
Notas de prensa:
v2 fixed a lill'bug..
Notas de prensa:
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, parsed string matrix.
Biblioteca Pine

Siguiendo el verdadero espíritu de TradingView, el autor de este código de Pine lo ha publicado como biblioteca de código abierto, para que el resto de programadores de Pine de esta comunidad puedan volver a utilizarlo. ¡Un hurra por el autor! Puede utilizar esta biblioteca de forma privada o en otras publicaciones de código abierto, pero debe ceñirse a lo establecido en las Normas internas.

Exención de responsabilidad

La información y las publicaciones que ofrecemos, no implican ni constituyen un asesoramiento financiero, ni de inversión, trading o cualquier otro tipo de consejo o recomendación emitida o respaldada por TradingView. Puede obtener información adicional en las Condiciones de uso.

¿Quiere utilizar esta biblioteca?

Copie la siguiente línea y péguela en su script.