VortexIndicator

StockSharp.Algo.Indicators

Vortex-Indikator.

Erbt von: BaseComplexIndicator<IVortexIndicatorValue>

Konstruktoren

VortexIndicator
public VortexIndicator()
vortexIndicator = VortexIndicator()

Initialisiert eine neue Instanz von VortexIndicator.

VortexIndicator
public VortexIndicator(int length)
vortexIndicator = VortexIndicator(length)

Initialisiert eine neue Instanz von VortexIndicator.

length
Periodendauer.
VortexIndicator
public VortexIndicator(VortexPart plusVi, VortexPart minusVi)
vortexIndicator = VortexIndicator(plusVi, minusVi)

Initialisiert eine neue Instanz von VortexIndicator.

plusVi
+ VI Teil.
minusVi
-VI Teil.

Eigenschaften

Length
public int Length { get; set; }
value = vortexIndicator.Length
vortexIndicator.Length = value

Periodendauer.

Measure
public override IndicatorMeasures Measure { get; }
value = vortexIndicator.Measure

IndicatorMeasures.

MinusVi
public VortexPart MinusVi { get; }
value = vortexIndicator.MinusVi

-VI Teil.

PlusVi
public VortexPart PlusVi { get; }
value = vortexIndicator.PlusVi

+ VI Teil.

Methoden

CreateValue
protected override IVortexIndicatorValue CreateValue(DateTime time)
result = vortexIndicator.CreateValue(time)

Erstellen .

time
Uhrzeit
Load
public override void Load(SettingsStorage storage)
vortexIndicator.Load(storage)

Lasteinstellungen.

storage
Einstellungen Lagerung.
Save
public override void Save(SettingsStorage storage)
vortexIndicator.Save(storage)

Einstellungen speichern.

storage
Einstellungen Lagerung.
ToString
public override string ToString()
result = vortexIndicator.ToString()

Konvertieren Sie in eine Liniendarstellung.

Rückgabe: String-Leistung.