Table of Contents

Class LossingTradesParameter

Namespace
StockSharp.Algo.Statistics
Assembly
StockSharp.Algo.dll

Number of trades lost with zero profit (whose profit is less than or equal to 0).

[Display(ResourceType = typeof(LocalizedStrings), Name = "LossTrades", Description = "LossTradesDesc", GroupName = "Trades", Order = 101)]
public class LossingTradesParameter : BaseStatisticParameter<int>, IStatisticParameter<int>, ITradeStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged
Inheritance
LossingTradesParameter
Implements
IPersistable
Inherited Members
Extension Methods

Constructors

LossingTradesParameter()

public LossingTradesParameter()

Methods

Add(PnLInfo)

To add information about new trade to the parameter.

public void Add(PnLInfo info)

Parameters

info PnLInfo

Information on new trade.