dmi dmi関数はDMI(方向性指数)を返します。 dmi(diLength, adxSmoothing) → [series[float], series[float], series[float]] 例 戻り3つの …
タグ: Pine
dev
dev シリーズとsmaとの違いの尺度 dev(source, length) → series[float] 例 戻り過去yバーに対するxの偏差。 引数source (series) 処理する値の系列。length ( …
dayofweek
dayofweek dayofweek(time) → series[integer]dayofweek(time, timezone) → series[integer] 戻り指定されたUNIX時間の曜日(変換時間帯) …
dayofmonth
dayofmonth dayofmonth(time) → series[integer]dayofmonth(time, timezone) → series[integer] 戻り指定されたUNIX時間の月の日(変換 …
cum
crossunder
crossunder `x`の値が` y`の値よりも小さく`x`の値が現在のバーの直前のバーの` y`の値より大きかった場合、’x’系列は’y’系列の下で交差していると定義 …
crossover
crossover `x`の値が` y`の値よりも大きく、 `x`の値が現在のバーの直前のバーの` y`の値よりも小さかった場合、’x’系列は’y’系列を超えていると定義さ …
cross
cross cross(x, y) → series[bool] 戻り2 つの系列が交差している場合は true、 それ以外の場合は false。 引数x (series)y (series)
cos
cos cos関数は角度のコサインを返します。 cos(x) → floatcos(x) → input floatcos(x) → const floatcos(x) → series[float] 戻り角度の三角関数 …
correlation
correlation 相関係数。 2つの系列がsma値から逸脱する傾向がある度合いを記述します。 correlation(source_a, source_b, length) → series[float] 戻り相関 …