stoch

stoch

ストキャスティクス。以下の式で計算される:100 * (close – lowest(low, length)) / (highest(high, length) – lowest(low, length)

)stoch(source, high, low, length) → series[float]

戻り
ストキャスティクス

引数
source (series) ソースの形式値。
high (series) 高さの形式。
low (series) 低さの形式。
length (integer) 長さ(背景バーの長さ)

\ 最新情報をチェック /

コメントを残す

Pineスクリプト

前の記事

stdev
Pineスクリプト

次の記事

str.replace_all