Class RelativeVigorIndexSignal
Сигнальная часть индикатора RelativeVigorIndex.
Inherited Members
Namespace: StockSharp.Algo.Indicators
Assembly: StockSharp.Algo.dll
Syntax
public class RelativeVigorIndexSignal : LengthIndicator<Decimal>, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Constructors
RelativeVigorIndexSignal()
Создать RelativeVigorIndexSignal.
Declaration
public RelativeVigorIndexSignal()
Methods
OnProcess(IIndicatorValue)
Обработать входное значение.
Declaration
protected override IIndicatorValue OnProcess(IIndicatorValue input)
Parameters
Type | Name | Description |
---|---|---|
IIndicatorValue | input | Входное значение. |
Returns
Type | Description |
---|---|
IIndicatorValue | Результирующее значение. |
Overrides
Implements
Ecng.Serialization.IPersistable
Ecng.Common.ICloneable<>