Table of Contents

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 DateTimeOffset

The exchange time.

position decimal

The new position value.