GrossLossParameter
StockSharp.Algo.Statistics
Total currency amount of all completed losing trades.
Inherits: BaseStatisticParameter<decimal>
Implements: ITradeStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable
Constructors
GrossLossParameter
public GrossLossParameter()
grossLossParameter = GrossLossParameter()
Initialize GrossLossParameter.
Methods
Add
public void Add(PnLInfo info)
grossLossParameter.Add(info)
To add information about new trade to the parameter.
- info
- Information on new trade.