TradingView
RozaniGhani-RG
2022년 4월 24일 오후 3시 43분

Input Text Area to Array then Reshape Table 

Bitcoin / TetherUSBinance

설명

█ OVERVIEW
  • Simple method to convert from input.text_area to array using str.split.
  • Reshape table using switch, not necessary must use matrix.reshape.
  • Might be useful pine script to replace input.symbol.


█ FEATURES
  • Table can positioned by any position and font size can be resized.
  • Reshape table and sorting array if necessary.


█ CREDITS
Credits to TradingView for new update of input.text_area.

릴리즈 노트

Add overlay true.
코멘트
AsherAndres
is there a way to use this switch function with out the array.size(_array) that gets text from a input i love this but cant seem to figure it out how to use it on my table that has many cells around 20 plus cell merge witch they have own custom text using additionally str.tossing() to get price data and more but i have more than just one conditions in my table that does more than get price ma an cross overs
Chrizzzzzz
This is a very useful script, thanks! But it has issues with the lines sort order, often it messes them up (f.e. putting the last line in the middle), could you please have a look at this? And would it be possible to have an option to chose the text alignment, now it's always centered which looks odd when you have uneven text lengths.
Indyantrade2
We need to use move to existing pane above option . Could u please make it like it show on chart? BTW great work
RozaniGhani-RG
@Indyantrade2, add overlay = true, solve issue.
더보기