This library provides a JavaScript-style debug console to Pine Coders. It supports the most commonly used utilities from the WHATWG Console Standard including the following:
In addition to the WHATWG standard, this library also supports the following methods:
• console.show • console.hide
FEATURES
• Follows the WHATWG Console Standard, which is widely adopted by all major JavaScript runtimes including browsers and Node.js. • Provides an out-of-box UI with pre-configured theming, ensuring a clean and professional-looking console. • Allows for easy UI customizations to fit your personal preferences. • Has extremely simple import and initialization, making it easy to integrate with your existing codebase.
Improve performance by not using `var` for constants.
릴리즈 노트
It seems that PineScript has released a new version that's not backward compatible and led to the following error in the script: "Invalid object name: log. Namespaces of built-ins cannot be used." As a result, I had to modify the variable names in the script to bypass the issue.
릴리즈 노트
Always set the timezone as `syminfo.timezone` when calling `str.format_time`. It seems that in a new version of PineScript compiler the timezone parameter is no longer optional.
진정한 TradingView 정신에 따라, 저자는 이 파인 코드를 다른 파인 프로그래머들이 재사용할 수 있도록 오픈 소스 라이브러리로 공개했습니다. 저자에게 박수를 보냅니다! 이 라이브러리는 개인적으로 사용하거나 다른 오픈 소스 출판물에서 사용할 수 있지만, 이 코드를 출판물에서 재사용하는 것은 하우스 룰에 의해 관리됩니다.