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) ラインの数。