バージョン

BasedOn メソッド (StrategyBasedIndicator)

変更されるとインジケーターが再計算されるプロパティ名のリストを返します。
シンタックス
'宣言
 
Protected Overrides Function BasedOn( _
   ByVal position As Integer, _
   ByVal count As Integer _
) As IList(Of String)
protected override IList<string> BasedOn( 
   int position,
   int count
)

パラメータ

position
再計算の開始位置。
count
再計算される位置の数。

戻り値の型

プロパティ名のリスト。
参照