MaxDrawdownDateParameter
StockSharp.Algo.Statistics
Date of maximum absolute drawdown during the whole period.
继承自: BasePnLStatisticParameter<DateTime>
构造函数
MaxDrawdownDateParameter(MaxDrawdownParameter)
Date of maximum absolute drawdown during the whole period.
- underlying
- MaxDrawdownParameter
方法
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.