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.
Dalam semangat sebenar TradingView, penulis telah menerbitkan kod Pine ini sebagai satu perpustakaan sumber terbuka supaya pengaturcara Pine lain dari komuniti kami boleh menggunakannya semula. Sorakan kepada penulis! Anda boleh menggunakan perpustakaan ini secara peribadi atau dalam penerbitan sumber terbuka lain, tetapi penggunaan semula kod dalam penerbitan ini adalah dikawal oleh Peraturan dalaman.
Maklumat dan penerbitan adalah tidak dimaksudkan untuk menjadi, dan tidak membentuk, nasihat untuk kewangan, pelaburan, perdagangan dan jenis-jenis lain atau cadangan yang dibekalkan atau disahkan oleh TradingView. Baca dengan lebih lanjut di Terma Penggunaan.