Class PeakBar
PeakBar.
Inherited Members
Namespace: StockSharp.Algo.Indicators
Assembly: StockSharp.Algo.dll
Syntax
[DescriptionLoc("Str817", false)]
[IndicatorIn]
public class PeakBar : BaseIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Remarks
Constructors
PeakBar()
Создать PeakBar.
Declaration
public PeakBar()
Properties
ReversalAmount
Indicator changes threshold.
Declaration
[DisplayNameLoc("Str783")]
[DescriptionLoc("Str784", false)]
[CategoryLoc("General")]
public Unit ReversalAmount { get; set; }
Property Value
Type | Description |
---|---|
Unit |
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<>