RecoveryFactorParameter

StockSharp.Algo.Statistics

Recovery factor (net profit / maximum drawdown).

継承元: BasePnLStatisticParameter<decimal>

コンストラクター

RecoveryFactorParameter(MaxDrawdownParameter, NetProfitParameter)

Recovery factor (net profit / maximum drawdown).

maxDrawdown
MaxDrawdownParameter
netProfit
NetProfitParameter

メソッド

Add(DateTime, decimal, decimal?)

To add new data to the parameter.

marketTime
The exchange time.
pnl
The profit-loss value.
commission
Commission.