IPositionStatisticParameter

StockSharp.Algo.Statistics

The interface, describing statistic parameter, calculated based on position.

Implements: IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable

Methods

Add
public void Add(DateTime marketTime, decimal position)
iPositionStatisticParameter.Add(marketTime, position)

To add the new position value to the parameter.

marketTime
The exchange time.
position
The new position value.