PerPeriodBaseTradeParameter
StockSharp.Algo.Statistics
Base class for calculating trade statistic parameters by aggregating trades over aligned time periods.
Inherits: BaseStatisticParameter<decimal>
Implements: ITradeStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable
Constructors
PerPeriodBaseTradeParameter(StatisticParameterTypes)
Base class for calculating trade statistic parameters by aggregating trades over aligned time periods.
- type
- Type
Methods
Align(DateTime) : DateTime
Align the specified date for exact period start.
- date
- Trade date.
Returns: Aligned value.
Reset()
Reset state.