plotchar チャート上に任意の1つのUnicode文字を使用して図形を描画します。 plotchar(series, title, char, location, color, transp, offset, te …
タグ: TradingView
plotcandle
plotcandle チャート上にローソク足を描写します。 plotcandle(open, high, low, close, title, color, wickcolor, editable, show_last, …
plotbar
plotbar チャート上にohlcバーを描写します。 plotbar(open, high, low, close, title, color, editable, show_last, display) → void …
plotarrow
plotarrow チャート上に上下の矢印を描写します。 上向きの矢印はすべてのインジケータの正の値で描画され、下向きの矢印はすべての負の値で描画されます。インジケータが{@ var na}を返した場合、矢印は描画されま …
plot
plot チャート上に一連のデータを描写します。 plot(series, title, color, linewidth, style, trackprice, transp, histbase, offset, jo …
pivotlow
pivotlow この関数はピボットローポイントの価格を返します。 ピボットローポイントがない場合は ‘NaN’を返します。 pivotlow(source, leftbars, rightbar …
pivothigh
pivothigh この関数はピボットハイポイントの価格を返します。 ピボットハイポイントがない場合は’NaN’を返します。 pivothigh(source, leftbars, rightba …
percentrank
percentrank パーセントランクは、以前の値の数が指定された系列の現在の値以下の割合をパーセントで表したものです。 percentrank(source, length) → series[float] 戻り過去 …
percentile_nearest_rank
percentile_nearest_rank 最も近い順位の方法を利用して、小さい数字から大きい数字に並び替えて%表示する。 percentile_nearest_rank(source, length, percen …
percentile_linear_interpolation
percentile_linear_interpolation 最も近い2つのランク間の線型補間の方法を利用してパーセンタイルを計算する。 percentile_linear_interpolation(source, …