hour タイムゾーンが変わる際の現在のバーの時間。 タイプseries[integer]
タグ: Pine
hline
hline.style_dashed hline関数の破線形式の名前付き定数です。 タイプconst integer hline.style_dotted hline関数の点線形式の名前付き定数です。 タイプconst …
format
format.inherit study関数の親系列からスクリプトの出力値のフォーマットを選択するための名前付き定数です。 タイプconst string format.price study関数の価格としてスクリプトの …
extend
extend.both line.newとline.set_extend関数の名前付き定数 タイプconst string extend.left line.newとline.set_extend関数の名前付き定数 タイ …
display
display.all plotの表示位置を指定する名前付き定数。どこにでも表示されます。 タイプconst integer display.none plotの表示位置を指定する名前付き定数。どこにも表示されません。ア …
日付関係の変数
dayofmonth タイムゾーンの切り替えにおける現在の足の時間の日付。 タイプseries[integer] dayofweek タイムゾーンの切り替えにおける現在の足の時間の曜日。 タイプseries[intege …
currency
currency.AUD オーストラリアドル。 タイプconst string currency.CAD カナダドル タイプconst string currency.CHF スイスフラン。 タイプconst strin …
color
color.aqua カラーコード#00BCD4の名前付き定数です。 タイプconst color color.black カラーコード#363A45の名前付き定数です。 タイプconst color color.blu …
価格関係の変数
open 現在の始値。タイプseries[float]備考以前の値は、角括弧[]でアクセスすることができます。 例えばopen[1]、open[2]です。 low 現在の安値。 タイプseries[float] 備考 以 …
barstate
barstate.isconfirmed スクリプトが現状のチャート足の最後の値(終値)で計算しているのであれば正常終了です。次のスクリプトの計算は新しいチャート足で行われます。 タイプseries[bool] 備考 こ …