バージョン

ProvideDataSource メソッド (StrategyBasedIndicator)

シリーズの財務計算を実行するために FinancialCalculationDataSource を提供するために派生したクラスにオーバーライドされます。
シンタックス
'宣言
 
Protected Overrides Function ProvideDataSource( _
   ByVal position As Integer, _
   ByVal count As Integer _
) As FinancialCalculationDataSource
protected override FinancialCalculationDataSource ProvideDataSource( 
   int position,
   int count
)

パラメータ

position
計算を開始する位置。
count
計算される項目の数。

戻り値の型

計算のためのデータソース。
参照