Pineスクリプト, TradingView, Version4, ビルトイン関数, 自動売買

linebreak

linebreak

ラインブレイク値を要求するティッカー識別子を作成する。

linebreak(symbol, number_of_lines) → string

linebreak_tickerid = linebreak(syminfo.tickerid, 3)
linebreak_close = security(linebreak_tickerid, timeframe.period, close)
plot(linebreak_close)

戻り
security関数に渡すことができるティッカーIDの文字列。

引数
symbol (string) シンボルティッカー識別子。
number_of_lines (integer) ラインの数。

\ 最新情報をチェック /

コメントを残す