Table of Contents

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
IPersistable
ICloneable<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 int

Period length.

Properties

Length

Period length.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Period", Description = "IndicatorPeriod", GroupName = "General")]
public int Length { get; set; }

Property Value

int

Measure

public override IndicatorMeasures Measure { get; }

Property Value

IndicatorMeasures

MinusVi

-VI part.

[Browsable(false)]
public VortexPart MinusVi { get; }

Property Value

VortexPart

PlusVi

+VI part.

[Browsable(false)]
public VortexPart PlusVi { get; }

Property Value

VortexPart

Methods

Load(SettingsStorage)

Load settings.

public override void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

Save(SettingsStorage)

Save settings.

public override void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

ToString()

public override string ToString()

Returns

string