Interface IPositionStatisticParameter
The interface, describing statistic parameter, calculated based on position.
Namespace: StockSharp.Algo.Statistics
Assembly: StockSharp.Algo.dll
Syntax
public interface IPositionStatisticParameter
Methods
Add(DateTimeOffset, Decimal)
To add the new position value to the parameter.
Declaration
void Add(DateTimeOffset marketTime, Decimal position)
Parameters
Type | Name | Description |
---|---|---|
DateTimeOffset | marketTime | The exchange time. |
Decimal | position | The new position value. |