Trade Tech Online
直近N日の標準偏差を計算します。
stdev(source, length)
計算された値(小数値)
直近20日の終値の標準偏差を計算して変数xに格納
x = stdev(close, 20)