MaxLongPositionParameter

StockSharp.Algo.Statistics

Maximum long position size.

Erbt von: BaseStatisticParameter<decimal>

Implementiert: IPositionStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable

Konstruktoren

MaxLongPositionParameter()

Initialize MaxLongPositionParameter.

Methoden

Add(DateTime, decimal)

To add the new position value to the parameter.

marketTime
The exchange time.
position
The new position value.