MaxShortPositionParameter

StockSharp.Algo.Statistics

Maximum short position size.

Erbt von: BaseStatisticParameter<decimal>

Implementiert: IPositionStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable

Konstruktoren

MaxShortPositionParameter()

Initialize MaxShortPositionParameter.

Methoden

Add(DateTime, decimal)

To add the new position value to the parameter.

marketTime
The exchange time.
position
The new position value.