CalmarRatioParameter

StockSharp.Algo.Statistics

Calmar ratio (annualized net profit / max drawdown).

Hereda de: BasePnLStatisticParameter<decimal>

Constructores

CalmarRatioParameter(NetProfitParameter, MaxDrawdownParameter)

Calmar ratio (annualized net profit / max drawdown).

profit
NetProfitParameter
maxDrawdown
MaxDrawdownParameter

Métodos

Add(DateTime, decimal, decimal?)

To add new data to the parameter.

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