PINE LIBRARY

console

ที่อัปเดต:
Library "console"
Simple debug console to print messages from your strategy code.

USAGE :
  • Make sure your strategy overlay is false
  • Import the library :

import keio/console/1 as console

init(lines, panes)
Initialise function.

USAGE :
var log = console.init()

  Parameters:
    lines: Optional. Number of lines to display
    panes: Optional. Number of panes to display

  Returns: initialised log

print(log)
Prints a message to the console.

USAGE :
log := console.print(log, "message")

  Parameters:
    log: Mandatory. The log returned from the init() function
  Returns: The log
เอกสารเผยแพร่
Bug fixes.

INSTRUCTIONS BELOW
basicconsoledebugdebuggingeasykeioLOGprintsimple

ไลบรารีไพน์

ด้วยเจตนารมณ์หลักของ TradingView ผู้เขียนได้เผยแพร่ Pine code นี้เป็นโอเพนซอร์ซไลบรารีเพื่อให้ Pine โปรแกรมเมอร์คนอื่นในชุมชนของเราสามารถนำไปใช้ซ้ำได้ ต้องขอบคุณผู้เขียน! คุณสามารถใช้ไลบรารีนี้ในแบบส่วนตัวหรือในการเผยแพร่แบบโอเพนซอร์สอื่น ๆ แต่การนำโค้ดนี้ไปใช้ในการเผยแพร่ซ้ำจะต้องอยู่ภายใต้ กฎระเบียบการใช้งาน

คำจำกัดสิทธิ์ความรับผิดชอบ