min

min

複数の値のうち一番小さいものを返します

min(x1, x2, …, x10) -> const integer
min(x1, x2, …, x10) -> input integer
min(x1, x2, …, x10) -> integer
min(x1, x2, …, x10) -> series[integer]
min(x1, x2, …, x10) -> const float
min(x1, x2, …, x10) -> input float
min(x1, x2, …, x10) -> float
min(x1, x2, …, x10) -> series[float]

min(close, open)
min(close, min(open, 42))

戻り
指定された複数の値で一番小さいもの

\ 最新情報をチェック /

コメントを残す

Pineスクリプト

前の記事

mfi
Pineスクリプト

次の記事

minute