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