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

Pineライブラリ

TradingViewの精神に則り、作者はPineコードをオープンソースライブラリとして公開し、コミュニティの他のPineプログラマーが再利用できるようにしました。作者に敬意を表します!このライブラリを個人的に、または他のオープンソースの投稿で使用することができますが、このコードを投稿で再利用するには、ハウスルールに準拠する必要があります。

免責事項