DirectionalIndex
StockSharp.Algo.Indicators
ウェルズ・ワイルドワーダー方向運動指数。
継承元: BaseComplexIndicator<IDirectionalIndexValue>
コンストラクター
DirectionalIndex
public DirectionalIndex()
directionalIndex = DirectionalIndex()
DirectionalIndex の新規インスタンスを初期化します。
プロパティ
Length
public int Length { get; set; }
value = directionalIndex.Length
directionalIndex.Length = value
期間の長さ。
Measure
public override IndicatorMeasures Measure { get; }
value = directionalIndex.Measure
代表取締役社長 佐藤 浩
NumValuesToInitialize
public override int NumValuesToInitialize { get; }
value = directionalIndex.NumValuesToInitialize
インジケータが初期化するために処理する必要がある値の数 (IsFormed等しい). 未定義の場合.
メソッド
CreateValue
protected override IDirectionalIndexValue CreateValue(DateTime time)
result = directionalIndex.CreateValue(time)
作成する
- time
- タイムタイム
Load
public override void Load(SettingsStorage storage)
directionalIndex.Load(storage)
設定をロードします。
- storage
- 設定ストレージ。
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = directionalIndex.OnProcess(input)
入力値を処理するため。
- input
- 入力値。
戻り値: 結果の値は。
Save
public override void Save(SettingsStorage storage)
directionalIndex.Save(storage)
設定を保存します。
- storage
- 設定ストレージ。
ToString
public override string ToString()
result = directionalIndex.ToString()
ライン表現に換算します。
戻り値: 弦のパフォーマンス。