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.
Gerçek TradingView ruhuyla, yazar bu Pine kodunu açık kaynaklı bir kütüphane olarak yayınladı, böylece topluluğumuzdaki diğer Pine programcıları onu yeniden kullanabilir. Yazar çok yaşa! Bu kütüphaneyi özel olarak veya diğer açık kaynaklı yayınlarda kullanabilirsiniz, ancak bu kodun bir yayında yeniden kullanılması Ev kuralları tarafından yönetilir.
Bilgiler ve yayınlar, TradingView tarafından sağlanan veya onaylanan finansal, yatırım, işlem veya diğer türden tavsiye veya tavsiyeler anlamına gelmez ve teşkil etmez. Kullanım Şartları'nda daha fazlasını okuyun.