Class DailyHighestVolumeStrategy
Аналитическая стратегия, рассчитывающая распределение наибольшего объема по часам.
Inheritance
DailyHighestVolumeStrategy
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 DailyHighestVolumeStrategy : BaseAnalyticsStrategy, IPersistable, INotifyPropertyChangedEx, INotifyPropertyChanged, IMarketRuleContainer, ILogReceiver, ILogSource, ICloneable<Strategy>, ICloneable, IMarketDataProvider, ISubscriptionProvider, ISecurityProvider, ICandleManager, ICandleSource<Candle>, IDisposable, ITransactionProvider, IPositionProvider, IPortfolioProvider, IScheduledTask
Constructors
DailyHighestVolumeStrategy()
Создать DailyHighestVolumeStrategy.
Declaration
public DailyHighestVolumeStrategy()
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<>