バージョン

Period メソッド (MoneyFlowIndexIndicator<T>)

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

パラメータ

period
解説
MoneyFlowIndexIndicator 期間の一般的な値かつ初期値は 14 です。
参照

オンラインで表示: GitHub