AverageDrawdownParameter
StockSharp.Algo.Statistics
Average drawdown during the whole period.
继承自: BasePnLStatisticParameter<decimal>
构造函数
AverageDrawdownParameter()
Initialize a new instance of the AverageDrawdownParameter class.
方法
Add(DateTime, decimal, decimal?)
To add new data to the parameter.
- marketTime
- The exchange time.
- pnl
- The profit-loss value.
- commission
- Commission.
Reset()
Reset state.