バージョン

ShortPeriod メソッド (PercentagePriceOscillatorIndicator<T>)

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

パラメータ

shortPeriod
解説
短い PPO 期間の一般的な値かつ初期値は 10 です。
参照

オンラインで表示: GitHub