percentile_linear_interpolation

percentile_linear_interpolation

最も近い2つのランク間の線型補間の方法を利用してパーセンタイルを計算する。

percentile_linear_interpolation(source, length, percentage) → series[float]

戻り
過去yバーに対するx系列のzパーセンタイル

引数
source (series) 処理する値の系列 (source)。
length (integer) 過去バーの数(期間)。
percentage (float) パーセンテージ、0~100の範囲の数値。

備考
この方法を使用して計算された%計算は、常に入力されたデータセットのメンバーではないことに注意してください。

\ 最新情報をチェック /

コメントを残す

Pineスクリプト

前の記事

offset