バージョン

ItemwiseStrategyBasedIndicator クラス

項目ごとのインジケーターを計算するための財務インジケーター基本クラス。
シンタックス
'宣言
 
Public MustInherit Class ItemwiseStrategyBasedIndicator 
   Inherits StrategyBasedIndicator
public abstract class ItemwiseStrategyBasedIndicator : StrategyBasedIndicator 
解説
項目ごとのインジケーターの個別の値は、コレクションの他の値に依存しないため、常に独立して再計算できます。また、そのため、基本クラスはすべてのループ ロジックを処理し、派生クラスでは実際の計算を行うだけで済みます。
参照