VortexIndicator
StockSharp.Algo.Indicators
Vortex Indicator.
Inherits: BaseComplexIndicator<IVortexIndicatorValue>
Constructors
VortexIndicator
public VortexIndicator()
vortexIndicator = VortexIndicator()
Initializes a new instance of the VortexIndicator.
VortexIndicator
public VortexIndicator(int length)
vortexIndicator = VortexIndicator(length)
Initializes a new instance of the VortexIndicator.
- length
- Period length.
VortexIndicator
public VortexIndicator(VortexPart plusVi, VortexPart minusVi)
vortexIndicator = VortexIndicator(plusVi, minusVi)
Initializes a new instance of the VortexIndicator.
- plusVi
- +VI part.
- minusVi
- -VI part.
Properties
Length
public int Length { get; set; }
value = vortexIndicator.Length
vortexIndicator.Length = value
Period length.
Measure
public override IndicatorMeasures Measure { get; }
value = vortexIndicator.Measure
IndicatorMeasures.
Methods
CreateValue
protected override IVortexIndicatorValue CreateValue(DateTime time)
result = vortexIndicator.CreateValue(time)
Create .
- time
- Time
Load
public override void Load(SettingsStorage storage)
vortexIndicator.Load(storage)
Load settings.
- storage
- Settings storage.
Save
public override void Save(SettingsStorage storage)
vortexIndicator.Save(storage)
Save settings.
- storage
- Settings storage.
ToString
public override string ToString()
result = vortexIndicator.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.