MaxLongPositionParameter

StockSharp.Algo.Statistics

Maximum long position size.

Inherits: BaseStatisticParameter<decimal>

Implements: IPositionStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable

Constructors

MaxLongPositionParameter()

Initialize MaxLongPositionParameter.

Methods

Add(DateTime, decimal)

To add the new position value to the parameter.

marketTime
The exchange time.
position
The new position value.