VortexIndicator
StockSharp.Algo.Indicators
渦の表示器。
継承元: BaseComplexIndicator<IVortexIndicatorValue>
コンストラクター
VortexIndicator
public VortexIndicator()
vortexIndicator = VortexIndicator()
VortexIndicator の新規インスタンスを初期化します。
VortexIndicator
public VortexIndicator(int length)
vortexIndicator = VortexIndicator(length)
VortexIndicator の新規インスタンスを初期化します。
- length
- 期間の長さ。
VortexIndicator
public VortexIndicator(VortexPart plusVi, VortexPart minusVi)
vortexIndicator = VortexIndicator(plusVi, minusVi)
VortexIndicator の新規インスタンスを初期化します。
- plusVi
- +VI 部分。
- minusVi
- -VI部分。
プロパティ
Length
public int Length { get; set; }
value = vortexIndicator.Length
vortexIndicator.Length = value
期間の長さ。
Measure
public override IndicatorMeasures Measure { get; }
value = vortexIndicator.Measure
代表取締役社長 佐藤 浩
メソッド
CreateValue
protected override IVortexIndicatorValue CreateValue(DateTime time)
result = vortexIndicator.CreateValue(time)
作成する
- time
- タイムタイム
Load
public override void Load(SettingsStorage storage)
vortexIndicator.Load(storage)
設定をロードします。
- storage
- 設定ストレージ。
Save
public override void Save(SettingsStorage storage)
vortexIndicator.Save(storage)
設定を保存します。
- storage
- 設定ストレージ。
ToString
public override string ToString()
result = vortexIndicator.ToString()
ライン表現に換算します。
戻り値: 弦のパフォーマンス。