Class VortexIndicator
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
Vortex Indicator.
[Display(ResourceType = typeof(LocalizedStrings), Name = "VI", Description = "Vortex")]
[IndicatorIn(typeof(CandleIndicatorValue))]
public class VortexIndicator : BaseComplexIndicator, IComplexIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
- Inheritance
-
VortexIndicator
- Implements
-
IPersistableICloneable<IIndicator>
- Derived
- Inherited Members
- Extension Methods
Constructors
VortexIndicator()
Initializes a new instance of the VortexIndicator.
public VortexIndicator()
VortexIndicator(VortexPart, VortexPart)
Initializes a new instance of the VortexIndicator.
public VortexIndicator(VortexPart plusVi, VortexPart minusVi)
Parameters
plusVi
VortexPart+VI part.
minusVi
VortexPart-VI part.
VortexIndicator(int)
Initializes a new instance of the VortexIndicator.
public VortexIndicator(int length)
Parameters
length
intPeriod length.
Properties
Length
Period length.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Period", Description = "IndicatorPeriod", GroupName = "General")]
public int Length { get; set; }
Property Value
Measure
public override IndicatorMeasures Measure { get; }
Property Value
MinusVi
-VI part.
[Browsable(false)]
public VortexPart MinusVi { get; }
Property Value
PlusVi
+VI part.
[Browsable(false)]
public VortexPart PlusVi { get; }
Property Value
Methods
Load(SettingsStorage)
Load settings.
public override void Load(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
Save(SettingsStorage)
Save settings.
public override void Save(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
ToString()
public override string ToString()