AverageDrawdownParameter
StockSharp.Algo.Statistics
Average drawdown during the whole period.
Erbt von: BasePnLStatisticParameter<decimal>
Konstruktoren
AverageDrawdownParameter()
Initialize a new instance of the AverageDrawdownParameter class.
Methoden
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.