RoundtripCountParameter

StockSharp.Algo.Statistics

Número total de operaciones de cierre.

Hereda de: BaseStatisticParameter<int>

Implementa: ITradeStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable

Constructores

RoundtripCountParameter
public RoundtripCountParameter()
roundtripCountParameter = RoundtripCountParameter()

Inicializar RoundtripCountParameter.

Métodos

Add
public void Add(PnLInfo info)
roundtripCountParameter.Add(info)

Para añadir información sobre el nuevo comercio al parámetro.

info
Información sobre el nuevo comercio.