バージョン

CalculateIndicatorItem メソッド (ItemwiseIndicatorCalculationStrategy)

1 つの項目に対して、この計算方式に関連付けられた計算を実行します。
シンタックス
'宣言
 
Public MustOverride Function CalculateIndicatorItem( _
   ByVal dataSource As FinancialCalculationDataSource, _
   ByVal supportingCalculations As FinancialCalculationSupportingCalculations, _
   ByVal currentIndex As Integer _
) As Boolean

パラメータ

dataSource
これらのデータ方式と財務シリーズの間のコントラクトによって必要とされるデータ。
supportingCalculations
これらのデータ方式と財務シリーズの間のコントラクトによって必要とされる計算方式。
currentIndex
計算するインジケーター コレクション内のインデックス。

戻り値の型

計算を完了できた場合は true。
参照