max

max

複数の値のうち一番大きいものを返します

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

max(close, open)
max(close, max(open, 42))

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

\ 最新情報をチェック /

コメントを残す

Pineスクリプト

前の記事

macd
Pineスクリプト

次の記事

max_bars_back