RelativeVigorIndex Class |
Namespace: StockSharp.Algo.Indicators
public class RelativeVigorIndex : BaseComplexIndicator
The RelativeVigorIndex type exposes the following members.
Name | Description | |
---|---|---|
![]() | RelativeVigorIndex |
Initializes a new instance of the RelativeVigorIndex.
|
![]() | RelativeVigorIndex(RelativeVigorIndexAverage, RelativeVigorIndexSignal) |
Initializes a new instance of the RelativeVigorIndex.
|
Name | Description | |
---|---|---|
![]() | Average |
Average indicator part.
|
![]() | Container |
The container storing indicator data.
(Inherited from BaseIndicator.) |
![]() | Id |
Unique ID.
(Inherited from BaseIndicator.) |
![]() | InnerIndicators |
Embedded indicators.
(Inherited from BaseComplexIndicator.) |
![]() | InputType |
Input values type.
(Inherited from BaseIndicator.) |
![]() | IsFormed |
Whether the indicator is set.
(Inherited from BaseComplexIndicator.) |
![]() | Mode |
Embedded indicators processing mode. The default equals to Parallel.
(Inherited from BaseComplexIndicator.) |
![]() | Name |
Indicator name.
(Inherited from BaseIndicator.) |
![]() | ResultType |
Result values type.
(Inherited from BaseComplexIndicator.) |
![]() | Signal |
Signaling part of indicator.
|
Name | Description | |
---|---|---|
![]() | Clone |
Create a copy of IIndicator.
(Inherited from BaseIndicator.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Load |
Load settings.
(Inherited from BaseComplexIndicator.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnProcess |
To handle the input value.
(Inherited from BaseComplexIndicator.) |
![]() | Process |
To handle the input value.
(Inherited from BaseIndicator.) |
![]() | RaiseChangedEvent |
To call the event Changed.
(Inherited from BaseIndicator.) |
![]() | Reset |
To reset the indicator status to initial. The method is called each time when initial settings are changed (for example, the length of period).
(Inherited from BaseComplexIndicator.) |
![]() | Save |
Save settings.
(Inherited from BaseComplexIndicator.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from BaseIndicator.) |
Name | Description | |
---|---|---|
![]() | Changed |
The indicator change event (for example, a new value is added).
(Inherited from BaseIndicator.) |
![]() | Reseted |
The event of resetting the indicator status to initial. The event is called each time when initial settings are changed (for example, the length of period).
(Inherited from BaseIndicator.) |