TradeCountParameter

StockSharp.Algo.Statistics

Número total de transações.

Herda de: BaseStatisticParameter<int>

Implementa: ITradeStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable

Construtores

TradeCountParameter
public TradeCountParameter()
tradeCountParameter = TradeCountParameter()

Inicializar TradeCountParameter.

Métodos

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

Para adicionar informações sobre o novo comércio ao parâmetro.

info
Informação sobre novas trocas comerciais.