Class RangeActionVerificationIndex
Range Action Verification Index.
Inherited Members
Namespace: StockSharp.Algo.Indicators
Assembly: StockSharp.Algo.dll
Syntax
public class RangeActionVerificationIndex : BaseIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Constructors
RangeActionVerificationIndex()
Создать RangeActionVerificationIndex.
Declaration
public RangeActionVerificationIndex()
Properties
IsFormed
Сформирован ли индикатор.
Declaration
public override bool IsFormed { get; }
Property Value
Type | Description |
---|---|
Boolean |
Overrides
LongSma
Long moving average.
Declaration
[DisplayNameLoc("Str798")]
[DescriptionLoc("Str799", false)]
[CategoryLoc("General")]
public SimpleMovingAverage LongSma { get; }
Property Value
Type | Description |
---|---|
SimpleMovingAverage |
ShortSma
Short moving average.
Declaration
[DisplayNameLoc("Str800")]
[DescriptionLoc("Str801", false)]
[CategoryLoc("General")]
public SimpleMovingAverage ShortSma { get; }
Property Value
Type | Description |
---|---|
SimpleMovingAverage |
Methods
Load(SettingsStorage)
Загрузить настройки.
Declaration
public override void Load(SettingsStorage storage)
Parameters
Type | Name | Description |
---|---|---|
Ecng.Serialization.SettingsStorage | storage | Хранилище настроек. |
Overrides
OnProcess(IIndicatorValue)
Обработать входное значение.
Declaration
protected override IIndicatorValue OnProcess(IIndicatorValue input)
Parameters
Type | Name | Description |
---|---|---|
IIndicatorValue | input | Входное значение. |
Returns
Type | Description |
---|---|
IIndicatorValue | Результирующее значение. |
Overrides
Save(SettingsStorage)
Сохранить настройки.
Declaration
public override void Save(SettingsStorage storage)
Parameters
Type | Name | Description |
---|---|---|
Ecng.Serialization.SettingsStorage | storage | Хранилище настроек. |
Overrides
Implements
Ecng.Serialization.IPersistable
Ecng.Common.ICloneable<>