RecoveryFactorParameter

StockSharp.Algo.Statistics

回收系数(净利润/最大提款)。

继承自: BasePnLStatisticParameter<decimal>

构造函数

RecoveryFactorParameter
public RecoveryFactorParameter(MaxDrawdownParameter maxDrawdown, NetProfitParameter netProfit)
recoveryFactorParameter = RecoveryFactorParameter(maxDrawdown, netProfit)

回收系数(净利润/最大提款)。

maxDrawdown
MaxDrawdownParameter
netProfit
NetProfitParameter

方法

Add
public override void Add(DateTime marketTime, decimal pnl, decimal? commission)
recoveryFactorParameter.Add(marketTime, pnl, commission)

要添加新数据到参数中 。

marketTime
交换时间。
pnl
损益之相.
commission
执会.