TradeCountParameter

StockSharp.Algo.Statistics

Número total de oficios.

Hereda de: BaseStatisticParameter<int>

Implementa: ITradeStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable

Constructores

TradeCountParameter
public TradeCountParameter()
tradeCountParameter = TradeCountParameter()

Inicializar TradeCountParameter.

Métodos

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

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

info
Información sobre el nuevo comercio.