バージョン

SmoothingPeriod メソッド

現在の FullStochasticOscillatorIndicator オブジェクトの移動平均期間を設定します。FullStochasticOscillatorIndicator の SmoothingPeriod の一般的な値かつ初期値は 3 です。
シンタックス
'宣言
 
Public Function SmoothingPeriod( _
   ByVal smoothingPeriod As System.Integer _
) As FullStochasticOscillatorIndicator(Of T)
public FullStochasticOscillatorIndicator<T> SmoothingPeriod( 
   System.int smoothingPeriod
)

パラメータ

smoothingPeriod
解説
FullStochasticOscillatorIndicator の SmoothingPeriod の一般的な値かつ初期値は 3 です。
参照

オンラインで表示: GitHub