Show / Hide Table of Contents

Class BollingerBand

Полоса Боллинджера.

Inheritance
Object
BaseIndicator
BollingerBand
Implements
IIndicator
Ecng.Serialization.IPersistable
Ecng.Common.ICloneable<IIndicator>
ICloneable
Inherited Members
BaseIndicator.Reset()
BaseIndicator.Process(IIndicatorValue)
BaseIndicator.RaiseChangedEvent(IIndicatorValue, IIndicatorValue)
BaseIndicator.Clone()
BaseIndicator.ToString()
BaseIndicator.Id
BaseIndicator.Name
BaseIndicator.IsFormed
BaseIndicator.Container
BaseIndicator.InputType
BaseIndicator.ResultType
BaseIndicator.Changed
BaseIndicator.Reseted
Namespace: StockSharp.Algo.Indicators
Assembly: StockSharp.Algo.dll
Syntax
public class BollingerBand : BaseIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable

Constructors

BollingerBand(LengthIndicator<Decimal>, StandardDeviation)

Создать BollingerBand.

Declaration
public BollingerBand(LengthIndicator<Decimal> ma, StandardDeviation dev)
Parameters
Type Name Description
LengthIndicator<Decimal> ma

Moving Average.

StandardDeviation dev

Standard deviation.

Properties

Width

Channel width.

Declaration
public Decimal Width { get; set; }
Property Value
Type Description
Decimal

Methods

Load(SettingsStorage)

Загрузить настройки.

Declaration
public override void Load(SettingsStorage storage)
Parameters
Type Name Description
Ecng.Serialization.SettingsStorage storage

Хранилище настроек.

Overrides
BaseIndicator.Load(SettingsStorage)

OnProcess(IIndicatorValue)

Обработать входное значение.

Declaration
protected override IIndicatorValue OnProcess(IIndicatorValue input)
Parameters
Type Name Description
IIndicatorValue input

Входное значение.

Returns
Type Description
IIndicatorValue

Результирующее значение.

Overrides
BaseIndicator.OnProcess(IIndicatorValue)

Save(SettingsStorage)

Сохранить настройки.

Declaration
public override void Save(SettingsStorage storage)
Parameters
Type Name Description
Ecng.Serialization.SettingsStorage storage

Хранилище настроек.

Overrides
BaseIndicator.Save(SettingsStorage)

Implements

IIndicator
Ecng.Serialization.IPersistable
Ecng.Common.ICloneable<>
System.ICloneable

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾