Make debugging easier during development in Pinescript by displaying debug variables on the chart. No need for explanations, you devs know how to use it :)
Library "debug"
label(_output, _delete, _position) - Debug label Parameters: _output (string): <string> Label output string _delete (bool): <bool> Delete all labels and only show the last one _position (string)
label_last(_output, _delete, _position) - Debug label on last bar Parameters: _output (string): <string> Label output string _delete (bool): <bool> Delete all labels and only show the last one _position (string)
label_array(_items, _max, _reversed) - Debug label on last bar. Parameters: _items (float[]): <array float> array of items. _max (int): <int> Maximum items to display _reversed (bool): <bool> Show reversed array
array(_items, _max, _reversed) - Debug label on last bar. Parameters: _items (float[]): <array float> array of items. _max (int): <int> Maximum items to display _reversed (bool): <bool> Show reversed array
error(_message, _display) - Debug error message. Parameters: _message (string): <string> Label output string _display (bool): <bool> Toggle to show hide the message.
De acordo com o verdadeiro espírito do TradingView, o autor publicou esse código Pine como uma biblioteca de código aberto para que outros programadores Pine de nossa comunidade possam reutilizá-lo. Parabéns ao autor! Você pode usar essa biblioteca de forma privada ou em outras publicações de código aberto, mas a reutilização desse código em uma publicação é regida pelas Regras da Casa.
As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.