PINE LIBRARY
Updated InfoTable

Library "InfoTable"
Funzioni per tabella info
infoTable(nrRighe)
Tabella per info a n righe e 2 colonne
Parameters:
nrRighe: : num righe tabella; textColor : colore testo tabella : giallo (default), bianco, nero, blu
Returns: oggetto tabella per info
scriviCella()
Funzioni per tabella info
infoTable(nrRighe)
Tabella per info a n righe e 2 colonne
Parameters:
nrRighe: : num righe tabella; textColor : colore testo tabella : giallo (default), bianco, nero, blu
Returns: oggetto tabella per info
scriviCella()
Release Notes
v2Added:
crea(nrRighe)
crea: nuova tabella per info a nrRighe righe e 2 colonne
Parameters:
nrRighe: : num righe tabella
Returns: oggetto tabella per info
aggiungi(_tb, _row, _value, _textColor)
aggiungi : popola una riga in tabella info nella posizione _row
Parameters:
_tb: : oggetto table su cui operare (creata in precedenza)
_row: : posizione in tabella
_value: : testo da scrivere
_textColor: : colore testo : giallo, bianco, nero, blu, arancio, stringa vuota "" per giallo
Returns: oggetto tabella per info
Removed:
infoTable(nrRighe)
Tabella per info a n righe e 2 colonne
scriviCella()
Release Notes
v2Release Notes
v10Release Notes
v11Release Notes
v12Updated:
crea(nrRighe)
crea: nuova tabella per info a nrRighe righe ed 1 colonna
Parameters:
nrRighe: : num righe tabella
Returns: oggetto tabella per info
aggiungi(_tb, _row, _text, _textColor)
aggiungi : popola una riga in tabella info nella posizione _row
Parameters:
_tb: : oggetto table su cui operare (creata in precedenza)
_row: : posizione in tabella
_text: : testo da scrivere
_textColor: : colore testo : arancio, bianco, blu, giallo, nero, rosso, violetto; stringa vuota "" per rosso
Returns: tupla [cellaColonnaPosizione, cella ColonnaTesto]
Release Notes
v13Release Notes
v14Updated:
crea(nrRighe)
Parameters:
nrRighe (int)
aggiungi(_tb, _row, _text, _textColor)
aggiungi : popola una riga in tabella info nella posizione _row
Parameters:
_tb (table): : oggetto table su cui operare (creata in precedenza)
_row (int): : posizione in tabella
_text (string): : testo da scrivere
_textColor (string): : colore testo : arancio, bianco, fucsia, giallo, nero, rosso, verde, violetto, stringa vuota "" per giallo, default = giallo
Returns: tupla [cellaColonnaPosizione, cella ColonnaTesto]
Pine library
In true TradingView spirit, the author has published this Pine code as an open-source library so that other Pine programmers from our community can reuse it. Cheers to the author! You may use this library privately or in other open-source publications, but reuse of this code in publications is governed by House Rules.
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.
Pine library
In true TradingView spirit, the author has published this Pine code as an open-source library so that other Pine programmers from our community can reuse it. Cheers to the author! You may use this library privately or in other open-source publications, but reuse of this code in publications is governed by House Rules.
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.