Interface IPositionStatisticParameter
- Namespace
- StockSharp.Algo.Statistics
- Assembly
- StockSharp.Algo.dll
The interface, describing statistic parameter, calculated based on position.
public interface IPositionStatisticParameter : IStatisticParameter, IPersistable, INotifyPropertyChanged
- Inherited Members
- Extension Methods
Methods
Add(DateTimeOffset, decimal)
To add the new position value to the parameter.
void Add(DateTimeOffset marketTime, decimal position)
Parameters
marketTime
DateTimeOffsetThe exchange time.
position
decimalThe new position value.