Class RelativeVigorIndex
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
Relative Vigor Index.
[Display(ResourceType = typeof(LocalizedStrings), Name = "RVI", Description = "RelativeVigorIndex")]
public class RelativeVigorIndex : BaseComplexIndicator, IComplexIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
- Inheritance
-
RelativeVigorIndex
- Implements
-
IPersistableICloneable<IIndicator>
- Derived
- Inherited Members
- Extension Methods
Remarks
Constructors
RelativeVigorIndex()
Initializes a new instance of the RelativeVigorIndex.
public RelativeVigorIndex()
RelativeVigorIndex(RelativeVigorIndexAverage, RelativeVigorIndexSignal)
Initializes a new instance of the RelativeVigorIndex.
public RelativeVigorIndex(RelativeVigorIndexAverage average, RelativeVigorIndexSignal signal)
Parameters
average
RelativeVigorIndexAverageAverage indicator part.
signal
RelativeVigorIndexSignalSignaling part of indicator.
Properties
Average
Average indicator part.
[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Average", Description = "AveragePart", GroupName = "General")]
public RelativeVigorIndexAverage Average { get; }
Property Value
Measure
public override IndicatorMeasures Measure { get; }
Property Value
Signal
Signaling part of indicator.
[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Signal", Description = "SignalPart", GroupName = "General")]
public RelativeVigorIndexSignal Signal { get; }
Property Value
Methods
ToString()
public override string ToString()