PINE LIBRARY
Updated

console

1639
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
Release Notes
Bug fixes.

INSTRUCTIONS BELOW

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.