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.
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.
Bibliothèque Pine
Dans le plus pur esprit TradingView, l'auteur a publié ce code Pine en tant que bibliothèque open-source afin que d'autres programmeurs Pine de notre communauté puissent le réutiliser. Bravo à l'auteur! Vous pouvez utiliser cette bibliothèque en privé ou dans d'autres publications à code source ouvert, mais la réutilisation de ce code dans des publications est régie par nos Règles.
Clause de non-responsabilité
Bibliothèque Pine
Dans le plus pur esprit TradingView, l'auteur a publié ce code Pine en tant que bibliothèque open-source afin que d'autres programmeurs Pine de notre communauté puissent le réutiliser. Bravo à l'auteur! Vous pouvez utiliser cette bibliothèque en privé ou dans d'autres publications à code source ouvert, mais la réutilisation de ce code dans des publications est régie par nos Règles.