Class PriceVolumeDistributionStrategy
Аналитическая стратегия, рассчитывающая распределение объема по ценовым уровням.
Inheritance
PriceVolumeDistributionStrategy
Implements
Ecng.Serialization.IPersistable
Ecng.ComponentModel.INotifyPropertyChangedEx
Ecng.Common.ICloneable<Strategy>
Inherited Members
Namespace: StockSharp.Algo.Strategies.Analytics
Assembly: StockSharp.Algo.dll
Syntax
public class PriceVolumeDistributionStrategy : BaseAnalyticsStrategy, IPersistable, INotifyPropertyChangedEx, INotifyPropertyChanged, IMarketRuleContainer, ILogReceiver, ILogSource, ICloneable<Strategy>, ICloneable, IMarketDataProvider, ISubscriptionProvider, ISecurityProvider, ICandleManager, ICandleSource<Candle>, IDisposable, ITransactionProvider, IPositionProvider, IPortfolioProvider, IScheduledTask
Constructors
PriceVolumeDistributionStrategy()
Создать PriceVolumeDistributionStrategy.
Declaration
public PriceVolumeDistributionStrategy()
Properties
TimeFrame
Time-frame.
Declaration
public TimeSpan TimeFrame { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Methods
OnAnalyze()
Анализировать.
Declaration
protected override void OnAnalyze()
Overrides
Implements
Ecng.Serialization.IPersistable
Ecng.ComponentModel.INotifyPropertyChangedEx
Ecng.Common.ICloneable<>